HomeTags#inference

Tag timeline

#inference31 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total31#inference の全掲載記事All listed entries tagged #inference
Showing30このページの表示件数Entries on this page
Page1/2静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/2 · 31 total

YESTERDAY1 entries
コミュニティCommunityLocal Models·Zenn AI

待ち時間を予測してLLM推論を振り分ける、llm-dの予測レイテンシ・ルーティングllm-d's predicted-latency routing automatically balances KV-cache locality…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約llm-dが導入した予測レイテンシ・ベースのルーティングは、KVキャッシュ再利用と負荷分散のトレードオフを手動チューニングなしに動的に解決し、本番トラフィックでの推論遅延を安定させる。

AI SUMMARYllm-d's predicted-latency routing automatically balances KV-cache locality against load distribution across GPU servers, eliminating manual weight tuning and keeping inference latency stable under variable production traffic.

待ち時間を予測してLLM推論を振り分ける、llm-dの予測レイテンシ・ルーティングog
Sat, Aug 151 entries
コミュニティCommunityLocal Models·Qiita LLM

ゼロから学ぶローカルLLM #2 LLMはどうやって文章を生成しているのか? トークンと推論の仕組みを理解するThis article explains how LLMs generate text by breaking input into tokens and…

重要度 InfoInformational深掘り候補 · 技術記事 · Local LLM / Open ModelsDeep-dive candidate · technical post · Local LLM / Open Models

AI要約LLMがテキストを生成する際の基本単位であるトークンの概念と、次のトークンを確率的に予測する推論の仕組みをわかりやすく解説した入門記事。ローカルLLMを深く理解するための基礎知識を提供している。

AI SUMMARYThis article explains how LLMs generate text by breaking input into tokens and probabilistically predicting the next token, providing foundational knowledge for understanding local LLM inference.

ゼロから学ぶローカルLLM #2 LLMはどうやって文章を生成しているのか? トークンと推論の仕組みを理解するog
Fri, Aug 141 entries
コミュニティCommunityLocal Models·Qiita LLM

LLM の性能は prefill と decode で決まり方が違うThis article explains that LLM inference performance is governed by…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約LLM の推論において、入力をまとめて処理する prefill と 1 トークンずつ生成する decode では性能のボトルネックが異なり、最適化の戦略も変わる点を解説した記事。

AI SUMMARYThis article explains that LLM inference performance is governed by fundamentally different bottlenecks in the prefill and decode phases, meaning GPU speed or quantization alone cannot be evaluated without considering which phase dominates.

LLM の性能は prefill と decode で決まり方が違うog
Thu, Aug 132 entries
コミュニティCommunityLocal Models·Qiita LLM

モデルを4分の1に圧縮しても、賢さはほぼ落ちないQuantizing LLM weights to 4-bit precision relieves memory-bandwidth…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約量子化によりLLMの重みを4ビットに削減すると、メモリ帯域のボトルネックが解消されコストと推論レイテンシを同時に低減できる一方、精度の低下はほぼ無視できる水準に抑えられる。

AI SUMMARYQuantizing LLM weights to 4-bit precision relieves memory-bandwidth bottlenecks, cutting both inference cost and latency with minimal degradation in model quality.

モデルを4分の1に圧縮しても、賢さはほぼ落ちないog
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

v0.32.10-rc0: nvfp4ダブルスケールモデルのプリフィル高速化v0.32.10-rc0: nn: speed up prefill on double-scale nvfp4 models

重要度 MediumMedium priority公式リリース · Local LLM / Open Modelsofficial release · Local LLM / Open Models

AI要約ModelOptチェックポイントが持つfloat32グローバルスケールの適用を単一のfused kernelで処理することで、余分なカーネル起動と中間バッファを削減し、nvfp4モデルのプリフィル速度を向上させた。

AI SUMMARYOllama v0.32.10-rc0 fuses the float32 global-scale multiply and dtype cast into a single kernel for double-scale nvfp4 models, eliminating an extra kernel launch and intermediate buffer per projection to speed up prefill.

v0.32.10-rc0: nn: speed up prefill on double-scale nvfp4 modelsmedia
Sun, Aug 91 entries
コミュニティCommunityLocal Models·Qiita LLM

LLMの量子化モデルで必要メモリと推論速度を見積もる方法This article explains how to accurately estimate memory requirements and…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Q4_K_MやQ5_K_Mといった量子化表記だけではモデルのメモリ使用量や推論速度は判断できないため、正確な見積もりに必要な指標と計算方法を解説した記事です。

AI SUMMARYThis article explains how to accurately estimate memory requirements and inference speed for quantized LLM models, clarifying why bit-width labels like Q4_K_M alone are insufficient for practical deployment decisions.

LLM の量子化モデルで必要メモリと推論速度を見積もる方法og
Fri, Aug 71 entries
コミュニティCommunityLocal Models·Zenn AI

MiniMax H3(Hailuo 3.0)をColab A100で動かしたら、詰まったのはVRAMじゃなくディスクとRAMだったA hands-on report of running MiniMax H3 (Hailuo 3.0) on a Colab A100 reveals…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約MiniMax H3をGoogle ColabのA100で実際に動かした検証記事。VRAMではなくディスク容量とRAMがボトルネックになるという、見落とされがちな落とし穴を実測ベースで記録している。

AI SUMMARYA hands-on report of running MiniMax H3 (Hailuo 3.0) on a Colab A100 reveals that disk space and RAM—not VRAM—are the real bottlenecks, offering practical guidance for anyone attempting local deployment.

MiniMax H3 (Hailuo 3.0) をColab A100で動かしたら、詰まったのはVRAMじゃなくディスクとRAMだったog
Fri, Jul 312 entries
コミュニティCommunityLocal Models·Qiita LLM

RTX 4070でQwen 35Bを推論すると平均42W — 消費電力プロファイルを4パターン実測Benchmark measurements of Qwen 35B running on an RTX 4070 show average GPU…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約RTX 4070上でQwen 35Bを動作させた際の消費電力を実測した結果、デコード中の平均はわずか42Wで、ピーク時でも175Wにとどまることが確認された。ローカルLLM運用時の電力コスト見積もりに役立つ具体的なデータとして注目される。

AI SUMMARYBenchmark measurements of Qwen 35B running on an RTX 4070 show average GPU power of only 42 W during decode, with prompt-eval peaks reaching 175 W, well below the card's 200 W TGP. These real-world power profiles offer useful reference data for estimating electricity costs of local LLM deployments.

コミュニティCommunityLocal Models·Qiita LLM

TensorSharp とは — C# だけで動く GGUF 推論エンジンが llama.cpp に挑むTensorSharp, a pure C# inference engine for GGUF models, has published…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約.NET製推論エンジン「TensorSharp」がGGUFモデルをC#のみで実行し、llama.cppとのベンチマーク結果を公開してローカルLLMコミュニティで注目を集めている。

AI SUMMARYTensorSharp, a pure C# inference engine for GGUF models, has published benchmarks against llama.cpp, demonstrating that .NET can be a viable platform for local LLM inference.

TensorSharp とは — C# だけで動く GGUF 推論エンジンが llama.cpp に挑むog
Mon, Jul 271 entries
コミュニティCommunityLocal Models·Zenn LLM

ローカルLLM向けハードウェアを「容量・帯域・MoE・TTFT」で選ぶThis article explains how to choose hardware for running local LLMs by…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約ローカルLLMを快適に動かすには、メモリ容量・メモリ帯域・MoEアーキテクチャへの対応・初回トークン生成速度(TTFT)という4軸でハードウェアを評価することが重要だと解説した記事。GPU・CPUオフロード・専用アクセラレータの選び方に実践的な指針を提供している。

AI SUMMARYThis article explains how to choose hardware for running local LLMs by evaluating four key axes: memory capacity, memory bandwidth, MoE architecture support, and time-to-first-token (TTFT), offering practical guidance for selecting GPUs, CPU offload setups, and dedicated accelerators.

ローカルLLM向けハードウェアを「容量・帯域・MoE・TTFT」で選ぶog
Sun, Jul 261 entries
コミュニティCommunityLocal Models·Zenn LLM

GGUF互換なのに llama.cpp と PPL が一致しなかった──Layer 0まで追って見えた「演算経路」の違いAn investigation into why perplexity scores diverged between llama.cpp and…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約GGUF形式で互換性があるはずのモデルでも、llama.cpp と他実装でパープレキシティが一致しない原因をLayer 0まで追跡した結果、テンソル演算の経路の違いが数値誤差を生むことが判明した。推論再現性を重視する開発者にとって重要な知見。

AI SUMMARYAn investigation into why perplexity scores diverged between llama.cpp and another GGUF-compatible runtime traced the root cause to differences in tensor computation paths at Layer 0, revealing that format compatibility alone does not guarantee numerical reproducibility.

GGUF互換なのに llama.cpp と PPL が一致しなかった──Layer 0まで追って見えた「演算経路」の違いog
Fri, Jul 241 entries
公式OfficialGemini/Gemma·Google Cloud Blog

アイドルアクセラレータを最小化:llm-dの協調タイムスライシングによるネイティブRLジョブインターリービングMinimize idle accelerators: Native RL job interleaving with co-operative time-slicing in llm-d

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約llm-dに協調タイムスライシング機能が導入され、強化学習の推論・訓練ジョブをGPU上でインターリーブすることでアクセラレータの遊休時間を大幅に削減できるようになった。

AI SUMMARYllm-d now supports cooperative time-slicing for RL workloads, allowing inference and training jobs to interleave on the same GPUs and significantly reducing accelerator idle time.

Minimize idle accelerators: Native RL job interleaving with co-operative time-slicing in llm-dmedia
Wed, Jul 221 entries
🔥 HOT公式OfficialNews/Policy·NVIDIA Blog

NVIDIA Vera Rubin、ワット当たり性能とトークンコストで世界のパートナーに優位性をもたらすNVIDIA Vera Rubin Driving Performance Per Watt, Lowest Token Cost for Partners Worldwide

重要度 HighHigh priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約NVIDIAの新アーキテクチャ「Vera Rubin」は、ワット当たり性能を大幅に向上させ、AI推論のトークンコストを削減することで、データセンター運用コストの最適化に貢献する。

AI SUMMARYNVIDIA's Vera Rubin platform delivers significant gains in performance per watt and reduces per-token inference costs, giving cloud and enterprise partners a more efficient and economical path to large-scale AI deployment.

Tue, Jul 211 entries
報道NewsNews/Policy·TechCrunch

推論スタートアップのInfinityがTouring CapitalやOpenAI・Anthropic研究者から1500万ドルを調達Inference startup Infinity raises $15M from Touring Capital, OpenAI and Anthropic researchers

重要度 MediumMedium priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約推論特化スタートアップのInfinityが1500万ドルのシード資金を調達し、OpenAIやAnthropicの研究者も出資に参加した。AIモデルの推論効率化への需要が高まる中、注目の新興企業として業界の関心を集めている。

AI SUMMARYInference-focused startup Infinity secured a $15M seed round backed by Touring Capital and researchers from OpenAI and Anthropic, signaling strong industry interest in optimizing AI model inference at scale.

Sat, Jul 181 entries
🔥 HOT公式OfficialNews/Policy·NVIDIA Blog

NVIDIA Vera Rubinはポストトレーニング処理において「1ドルあたりの知能」を最大化——エージェントAI時代の重要指標NVIDIA Vera Rubin Maximizes Intelligence per Dollar for Post-Training Workloads — a Key Metric for Agentic AI

重要度 HighHigh priority技術記事 · Industry & Policytechnical post · Industry & Policy

AI要約NVIDIAはVera Rubinアーキテクチャがポストトレーニングワークロードにおけるコスト効率を大幅に向上させると発表した。エージェントAIの普及に伴い、推論コストの削減が競争力の鍵となる。

AI SUMMARYNVIDIA highlights how its Vera Rubin architecture dramatically improves cost efficiency for post-training AI workloads, making "intelligence per dollar" a critical metric as agentic AI deployments scale.

Tue, Jul 144 entries
論文PaperPapers/Benchmarks·arXiv cs.LG

MawForge: ローカル環境でのMixture-of-Experts推論向けメモリ制約エキスパート実体化MawForge: Memory-Bounded Expert Materialization for Local Mixture-of-Experts Inference

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約MawForgeは、限られたメモリ環境でMoEモデルをローカル推論する際に、使用頻度の高いエキスパートを事前に実体化してキャッシュする手法を提案する。これによりメモリ効率を維持しながら推論速度を大幅に改善できる。

AI SUMMARYMawForge proposes a memory-bounded strategy for local Mixture-of-Experts inference by selectively materializing frequently activated experts within a fixed memory budget, enabling faster inference on consumer hardware without sacrificing model quality.

論文PaperPapers/Benchmarks·arXiv cs.LG

符号分岐繰り返しペナルティにおけるゲージ依存性と構造化出力の破損:モデル・推論スタック・代替制御手法にわたる測定Gauge dependence and structured-output corruption in sign-branched repetition penalties: measurements across models, inference stacks, and alternative repetition controls

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約繰り返しペナルティの実装において符号の分岐がゲージ依存性を生じさせ、JSON等の構造化出力を破損させることを実験的に示した研究。モデルや推論スタックをまたいだ測定により、代替制御手法の有効性も評価している。

AI SUMMARYThis paper demonstrates that sign-branched repetition penalty implementations introduce gauge dependence that corrupts structured outputs such as JSON across multiple models and inference stacks, and evaluates alternative repetition control strategies to mitigate the problem.

コミュニティCommunityLocal Models·Qiita LLM

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜A practical guide to self-hosting Gemma 4 on AWS, covering how to choose the…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約AWSでGemma 4をセルフホスティングする際に発生するクラッシュを回避するため、適切なEC2インスタンス選定とメモリ管理の実践的な知見をまとめた記事。コスト効率と安定稼働を両立するための具体的な手順が参考になる。

AI SUMMARYA practical guide to self-hosting Gemma 4 on AWS, covering how to choose the right EC2 instance to avoid OOM crashes and manage memory effectively for stable inference.

【AWS】Gemma 4をセルフホスティングしてみた〜クラッシュを回避するインスタンス選定とメモリのリアル〜og
公式OfficialAgent Frameworks·AWS Machine Learning Blog

Amazon SageMaker AI の生成 AI 推論レコメンデーションに UI が追加Launching UI for generative AI inference recommendations in Amazon SageMaker AI

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約SageMaker AI の推論レコメンデーション機能にグラフィカル UI が導入され、最適なインスタンスタイプやエンドポイント設定をコードなしで簡単に選択できるようになった。

AI SUMMARYAmazon SageMaker AI now offers a graphical UI for generative AI inference recommendations, making it easier to identify optimal instance types and endpoint configurations without writing code.

Sat, Jul 112 entries
公式OfficialAgent Frameworks·AWS Machine Learning Blog

UnslothでAmazon SageMaker AIに量子化モデルをデプロイするDeploying quantized models on Amazon SageMaker AI with Unsloth

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約UnslothとAmazon SageMaker AIを組み合わせ、量子化LLMを効率よくデプロイする手法を解説。コストと推論速度のバランスを改善できる実践的なガイド。

AI SUMMARYThis post explains how to use Unsloth to deploy quantized large language models on Amazon SageMaker AI, reducing inference costs and improving throughput without sacrificing model quality.

公式OfficialAgent Frameworks·AWS Machine Learning Blog

SageMaker HyperPodでのLLM推論における分離型プリフィルとデコードDisaggregated prefill and decode for LLM inference on SageMaker HyperPod

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約SageMaker HyperPod上でプリフィルとデコードを別ノードに分離する手法を解説し、LLM推論のスループットとレイテンシを大幅に改善できることを示している。

AI SUMMARYThis article explains how disaggregating prefill and decode stages across separate nodes on SageMaker HyperPod can significantly improve LLM inference throughput and reduce latency.

Thu, Jul 91 entries
公式OfficialGemini/Gemma·Google Developers Blog

LiteRT.js:GoogleのハイパフォーマンスWeb AI推論ライブラリLiteRT.js, Google's high performance Web AI Inference

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約GoogleはWebブラウザ上で高速なAI推論を実現するLiteRT.jsを発表した。WebGPUなどを活用しオンデバイスAIをWebアプリへ容易に統合できる点が注目される。

AI SUMMARYGoogle announced LiteRT.js, a high-performance AI inference library for the web that leverages WebGPU to enable fast, on-device model execution directly in browsers.

Wed, Jul 81 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

vLLMのネイティブ速度 transformers モデリングバックエンドNative-speed vLLM transformers modeling backend

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約HuggingFaceのtransformersライブラリがvLLMのネイティブモデリングバックエンドとして統合され、重複実装なしに最高速度での推論が可能になった。

AI SUMMARYTransformers is now a native modeling backend for vLLM, enabling full-speed inference without duplicating model implementations across the two libraries.

Mon, Jul 61 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

🤗 Kernels: 主要アップデート🤗 Kernels: Major Updates

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約Hugging FaceがKernelsプラットフォームを大幅に刷新した。最適化されたGPUカーネルの統合・共有の仕組みが改善され、ローカル環境でのLLM推論の高速化と開発体験の向上が期待できる。

AI SUMMARYHugging Face has revamped its Kernels platform, making it significantly easier to integrate and share optimized GPU kernels within inference pipelines, delivering better performance for local LLM deployments.

Wed, Jul 11 entries
公式OfficialGemini/Gemma·Google Cloud Blog

Gemini Omni FlashとNano Banana 2 Liteで速度と高コスパを市場に提供Bringing speed and strong cost performance to the market with Gemini Omni Flash and Nano Banana 2 Lite

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約Google CloudがGemini Omni FlashとNano Banana 2 Liteを正式提供開始。高速推論と優れたコストパフォーマンスにより、より多くの開発者がAIを手軽に活用できる環境が整う。

AI SUMMARYGoogle Cloud launched Gemini Omni Flash and Nano Banana 2 Lite, two new models prioritizing speed and cost efficiency to make AI more accessible for production workloads.

Bringing speed and strong cost performance to the market with Gemini Omni Flash and Nano Banana 2 Litemedia
Wed, Jun 241 entries
公式OfficialNews/Policy·NVIDIA Blog

NVIDIAとAWSが連携、大規模AIの本番運用を加速NVIDIA and AWS Collaborate to Bring AI to Production at Scale

重要度 InfoInformational深掘り候補 · 技術記事 · Industry & PolicyDeep-dive candidate · technical post · Industry & Policy

AI要約NVIDIAとAWSが提携し、低レイテンシ推論や高速ベクトル検索、優れたGPUの価格性能を組み合わせ、運用の複雑さを増やさずにスケール可能なAI本番インフラの構築を支援すると発表した。

AI SUMMARYNVIDIA and AWS are collaborating to bring AI to production at scale, combining low-latency inference, fast vector search and strong GPU price-performance without added operational complexity.

NVIDIA and AWS Collaborate to Bring AI to Production at Scaleog
Sat, Jun 131 entries
公式OfficialLocal Models·Ollama Releases

Ollama v0.30.8 リリースOllama Releases v0.30.8

重要度 MediumMedium priority公式リリース · Local LLM / Open Modelsofficial release · Local LLM / Open Models

AI要約Ollama v0.30.8がリリースされ、起動時のプロバイダー誤選択を修正。プロンプトキャッシュをコンテキストシフトから分離してKVキャッシュの再利用を改善し、MLX推論の安定性も向上した。

AI SUMMARYOllama v0.30.8 fixes incorrect provider selection at launch, improves prompt caching by decoupling it from context shift for better KV cache reuse, and delivers more stable MLX inference.

Ollama Releases v0.30.8media
Thu, Jun 111 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

PyTorchでのプロファイリング(第2部):nn.LinearからFused MLPへProfiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約PyTorchのプロファイリングツールを使いnn.LinearベースのMLPを分析し、カーネル融合による最適化で推論速度を大幅に改善する手法を解説する記事。実践的なパフォーマンスチューニングの知見を提供する。

AI SUMMARYThis article walks through profiling a standard nn.Linear-based MLP in PyTorch and optimizing it via kernel fusion, demonstrating measurable inference speedups and practical techniques for production model efficiency.

Wed, Jun 101 entries
公式OfficialGemini/Gemma·Google Developers Blog

DiffusionGemma: デベロッパーガイドDiffusionGemma: The Developer Guide

重要度 InfoInformational深掘り候補 · 技術記事 · Gemini / GemmaDeep-dive candidate · technical post · Gemini / Gemma

AI要約Gemma 4アーキテクチャ上に構築された実験的テキスト生成モデル「DiffusionGemma」の開発者向け解説。トークン逐次生成の代わりに拡散ベースの並列生成を採用し、大幅な高速推論を実現する。

AI SUMMARYDiffusionGemma is an experimental Gemma 4 model that replaces autoregressive decoding with diffusion-based parallel generation, enabling significantly faster text inference. This guide covers developer integration.

Thu, Jun 41 entries
新規収集INDEXED公式OfficialCopilot·Microsoft Foundry Blog

Foundry Managed Compute 発表:Microsoft Foundry でオープンモデルを実行Announcing Foundry Managed Compute: Run open models in Microsoft Foundry

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約Microsoft Foundry Managed Computeが発表され、オープンソースやカスタムAIモデルをフロンティアモデルと同じエンドポイント・SDK・請求体系でホストできるGPU PaaSが提供される。

AI SUMMARYMicrosoft announced Foundry Managed Compute, a new GPU platform-as-a-service that lets developers host open-source and custom AI models behind the same endpoints, SDKs, and billing as frontier models.