HomeLocal LLM / Open ModelsOllama v0.32.9 リリース
Ollama Releases v0.32.9

Ollama v0.32.9 リリースOllama Releases v0.32.9

AI2 点サマリSummary highlight
  • Ollama v0.32.9がリリースされ、3Bのアクティブパラメータを持つ30B MoEモデル「NVIDIA Nemotron 3.5 Lightning」が新たにサポートされた。
  • 常時稼働エージェント向けに設計された同モデルを手軽にローカル実行できる。

Ollama v0.32.9 adds support for NVIDIA Nemotron 3.5 Lightning, a 30B mixture-of-experts model with only 3B active parameters optimized for always-on agent workloads.

要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.

ローカルでLLMを実行するためのツール「Ollama」の新バージョンv0.32.9が公開され、NVIDIAが手掛ける新モデル「NVIDIA Nemotron 3.5 Lightning」への対応が追加された。常時稼働型のエージェント処理を想定して設計されたモデルを、手元の環境で手軽に動かせるようになる点が今回の目玉となる。

Nemotron 3.5 Lightningは、総パラメータ数30BのMoE(Mixture of Experts、混合エキスパート)モデルでありながら、実際に推論で稼働するアクティブパラメータは3Bにとどまる。MoEは入力ごとに専門化された一部のサブネットワーク(エキスパート)だけを選択的に動かすアーキテクチャで、モデル全体の規模を保ちつつ推論時の計算コストを抑えられる利点がある。これにより、比較的限られた計算資源でも大規模モデルの表現力を活かしやすいとされる。

同モデルはオープンなモデルとして提供され、抜粋によれば「常時稼働するエージェントの実行層」を担う用途に照準を合わせている。具体的には、OpenClawやHermes Agentといったエージェント向けのハーネス(実行基盤)での利用を想定して設計されているという。近年は、単発の応答ではなくタスクを継続的に処理し続けるエージェント型の活用が広がっており、応答速度と効率を両立できる軽量なMoEモデルへの需要が高まっていると見られる。

Ollama v0.32.9がリリースされ、3Bのアクティブパラメータを持つ30B MoEモデル「NVIDIA Nemotron 3.5 Lightning」が新たにサポートされた。
🏠 Local LLM / Open Models · 本記事のポイント

Ollamaは、コマンド一つでモデルを取得・実行できる手軽さから、ローカルLLM環境の定番として利用が広がっているツールだ。今回のように注目される新モデルへ迅速に対応することで、クラウドに依存せず自前の環境でエージェントを構築・検証したい開発者にとって選択肢が増える形となる。NVIDIANemotronシリーズを通じて公開モデルの提供を進めており、こうした取り組みとローカル実行ツールの連携が、エージェント開発の裾野を広げる可能性がある。実際の性能や適した用途は、利用者自身が手元の環境で試しながら見極めていくことになりそうだ。

Ollama has published version 0.32.9 of its local model runtime, and the headline change is support for NVIDIA Nemotron 3.5 Lightning, a new open model aimed at agent workloads. For developers who prefer to run language models on their own hardware rather than through a hosted API, the update makes it easier to experiment with a mixture-of-experts design that is tuned for continuous, automated tasks.

NVIDIA Nemotron 3.5 Lightning is described as an open 30B mixture-of-experts (MoE) model with 3B active parameters. That split is central to why the model appears well suited to local execution. In an MoE architecture, the network is divided into many specialized subnetworks, or "experts," but only a small subset is activated for any given token. Here, the model holds 30 billion parameters in total while routing computation through roughly 3 billion at inference time. The practical effect is that the model can retain the breadth of a larger network while keeping the per-token compute and, to a degree, the runtime cost closer to that of a much smaller dense model. That profile is attractive for machines with limited memory and for workloads where responsiveness matters.

The excerpt positions the model at what it calls the execution layer of always-on agents. In agent systems, a model is not just answering a single prompt but repeatedly reasoning, calling tools, and acting in a loop that may run for extended periods. A model optimized for this layer is likely to prioritize consistent, low-latency responses over long, elaborate single answers. NVIDIA lists compatibility with agent harnesses such as OpenClaw and Hermes Agent, and the release notes indicate these are tied into NVIDIA's NeMo-based tooling. A harness, in this context, is the surrounding framework that manages an agent's prompts, memory, tool calls, and control flow, so support at that level is meant to make the model easier to drop into existing agent stacks.

For readers less familiar with the underlying platform, Ollama is a tool for downloading and running large language models locally, exposing them through a command-line interface and a local API that other applications can call. It packages models in a portable format and handles hardware acceleration where available, which is part of why new model support is often distributed as an incremental version bump rather than a separate product. The addition of Nemotron 3.5 Lightning fits that pattern: users can pull the model and run it through the same interface they already use for other open models.

The move also reflects a broader industry trend. Mixture-of-experts models have gained traction as a way to scale capability without a proportional increase in inference cost, with earlier examples including Mistral's Mixtral series and MoE variants from other labs. NVIDIA's Nemotron family, meanwhile, represents the company's push to offer open models alongside its hardware and software ecosystem, and pairing those models with agent-focused tooling suggests a strategy centered on always-on, tool-using systems rather than one-off chat. Making such a model available through Ollama extends its reach to the local and self-hosted community, where privacy, cost control, and offline operation are common motivations.

Some practical caveats are worth keeping in mind. A 30B total parameter count still implies meaningful storage and memory requirements even when only 3B parameters are active per token, so hardware needs will depend on the quantization level chosen and the specifics of the local setup. Performance claims around agent suitability come from the model's positioning rather than independent benchmarks, so real-world behavior across different harnesses and tasks will need to be verified by users. As with any newly supported model, capabilities, context length, and licensing terms should be checked against the official documentation before deployment.

In short, Ollama v0.32.9 is a targeted release that brings a compact, agent-oriented MoE model to local users. Those already building or testing automated agent pipelines are the most likely to benefit, and the update lowers the friction of trying an NVIDIA-backed open model without leaving a self-hosted environment.

  • 出典SourceOllama Releases公式Official
  • 直近30件の平均重要度Avg importance, last 301=Info · 2=Medium · 3=High
  • 配信形式FormatリリースRelease
  • 重要度Importance重要度 MediumMedium priority(Local LLM / Open Models 230件中、同等以上 207件)(207 of 230 Local LLM / Open Models entries are equal or higher)
  • 情報の寿命Half-life⏱️ 短命 (ニュース)Short-lived (news)
  • 原文言語Source languageEN
  • 収集日時Collected2026/08/17 18:27

本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (github.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (github.com).

🏠Local LLM / Open Models の他の記事More from Local LLM / Open Modelsもっと見る →View more →