HomeTags#ollama

Tag timeline

#ollama74 total

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

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

Entriespage 1/3 · 74 total

TODAY1 entries
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.14 リリースOllama Releases v0.32.14

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

AI要約OllamaがWebP画像のトランスコード対応と、Qwenレンダラーでの非先頭システムメッセージの許容を追加したv0.32.14をリリースした。

AI SUMMARYOllama v0.32.14 adds WebP image transcoding for llama-server and allows non-leading system messages in the Qwen renderer, improving compatibility.

Ollama Releases v0.32.14media
YESTERDAY3 entries
コミュニティCommunityLocal Models·Qiita LLM

RTX 4070 Ti SUPER 16GBで「Qwen3.8-27B」を動かす ― コンテキスト16Kでは失敗、32KでWebアプリ生成に成功A hands-on report running Qwen3.8-27B locally on an RTX 4070 Ti SUPER 16 GB GPU…

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

AI要約Ubuntu搭載の自宅PCでQwen3.8-27BをローカルLLMとして稼働させ、コーディングエージェントOpenCodeを使ったWebアプリ生成をコンテキスト長16Kと32Kで比較検証した結果、32Kでのみ完走できることが確認された。

AI SUMMARYA hands-on report running Qwen3.8-27B locally on an RTX 4070 Ti SUPER 16 GB GPU shows that the OpenCode coding agent fails to complete a web-app task at a 16 K context window but succeeds at 32 K, offering practical guidance for consumer-GPU LLM setups.

RTX 4070 Ti SUPER 16GBでQwen3.8-27Bを動かしてみた ― OpenCodeは16Kで止まり、32KでWebアプリを完遂したog
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.14-rc0 リリースOllama Releases v0.32.14-rc0

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

AI要約OllamaがWebP画像のトランスコード対応とQwenレンダラーでのシステムメッセージ配置の柔軟化を含むv0.32.14をリリースした。

AI SUMMARYOllama v0.32.14 adds WebP image transcoding support for llama-server and allows non-leading system messages in the Qwen renderer, improving multimodal and chat handling.

Ollama Releases v0.32.14-rc0media
コミュニティCommunityLocal Models·Qiita LLM

【ローカルLLM】Qwen3.8-27Bの推論性能をテストする(WSL2 + Ollama + RTX 5070 Ti)A hands-on benchmark of Qwen3.8-27B running locally via Ollama on WSL2 with an…

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

AI要約新公開のQwen3.8-27BをWSL2+Ollama+RTX 5070 Ti環境でローカル動作させ、ThinkモードでのGGUF量子化モデルの推論性能を検証した実践レポート。

AI SUMMARYA hands-on benchmark of Qwen3.8-27B running locally via Ollama on WSL2 with an RTX 5070 Ti, evaluating reasoning performance in Think mode using a Q4_K_M GGUF quantized model.

【ローカルLLM】Qwen3.8-27Bの推論性能をテストする(WSL2 + Ollama + RTX 5070 Ti)og
Sat, Aug 152 entries
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

v0.32.12: qwen3.8に「renderer」とMLXインポートのサポートを追加Ollama Releases v0.32.12

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

AI要約Ollama v0.32.12では、Qwen3.8モデル向けに専用レンダラーを追加し、safetensorsインポート時にchatテンプレートのマーカーを検出してMLXインポートにも対応した。思考・ツール・継続などのパース処理も強化されている。

AI SUMMARYOllama v0.32.12 adds a dedicated qwen3.8 renderer and MLX import support by detecting reasoning-effort and preserved-thinking markers in the chat template during safetensors import, improving handling of thinking, tools, and continuation parsing.

Ollama Releases v0.32.12media
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.13 リリースOllama Releases v0.32.13

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

AI要約Ollama v0.32.13がリリースされ、Qwen3.8モデルで開発者向け指示(developer instructions)のサポートが追加された。

AI SUMMARYOllama v0.32.13 adds support for developer instructions in the Qwen3.8 model, enabling finer control over model behavior for developers.

Ollama Releases v0.32.13media
Fri, Aug 143 entries
コミュニティCommunityLocal Models·Qiita LLM

NeMo Switchyardをローカル(WSL2 + Ollama)で検証、ルーティングより先にモデルの安定性の限界にぶつかるA hands-on validation of NVIDIA NeMo Switchyard v0.2.0 on WSL2 with Ollama…

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

AI要約NVIDIA NeMo Switchyard v0.2.0 をWSL2+Ollama環境で実機検証した結果、ルーティング機能を試す前にローカルモデルの安定性がボトルネックになることが判明した。

AI SUMMARYA hands-on validation of NVIDIA NeMo Switchyard v0.2.0 on WSL2 with Ollama reveals that local model stability becomes the limiting factor before routing logic can even be properly evaluated.

NeMo Switchyardをローカル(WSL2 + Ollama)で検証、ルーティングより先にモデルの安定性の限界にぶつかるog
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.11 リリースOllama Releases v0.32.11

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

AI要約Ollama v0.32.11では、Muse CodeおよびDeepSeek Harnessとの統合が追加され、Muse Glimmerの推論テンプレートも対応した。

AI SUMMARYOllama v0.32.11 adds Muse Code and DeepSeek Harness integrations alongside a matching reasoning template for Muse Glimmer.

Ollama Releases v0.32.11media
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.10 リリースOllama Releases v0.32.10

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

AI要約repeat_penaltyのデフォルト値が1.1から1.0(無効)に変更され、他エンジンとの互換性向上と投機的デコードの高速化を実現。NVFP4 MLXモデルのプリフィル速度も改善された。

AI SUMMARYOllama v0.32.10 changes the default repeat_penalty from 1.1 to 1.0 (off) to match other engines and speed up speculative decoding, while also improving prefill performance for NVFP4 MLX models with a global scale.

Ollama Releases v0.32.10media
Thu, Aug 132 entries
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.10-rc1 リリースv0.32.10-rc1: mlx: avoid pulling MLX models when MLX is missing (#17710)

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

AI要約repeat_penaltyのデフォルト値が1.1から1.0(無効)に変更され、他エンジンとの互換性向上と投機的デコードの高速化が図られた。NVFP4 MLXモデルのプリフィル速度も改善されている。

AI SUMMARYOllama v0.32.10 changes the default repeat_penalty from 1.1 to 1.0 (off) to match other engines and speed up speculative decoding, while also improving prefill performance for NVFP4 MLX models.

v0.32.10-rc1: mlx: avoid pulling MLX models when MLX is missing (#17710)media
新規収集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
Wed, Aug 121 entries
新規収集INDEXED公式OfficialCopilot·GitHub Changelog

JetBrains版GitHub Copilotに永続メモリとOllamaローカルモデルが追加Copilot memory and Ollama in GitHub Copilot for JetBrains

重要度 MediumMedium priority変更履歴 · GitHub Copilotchangelog · GitHub Copilot

AI要約JetBrains向けGitHub Copilotが永続メモリ、Ollamaによるローカルモデルアクセス、追加のエンタープライズ制御を導入し、チャットワークフローやMCPサーバーの安定性も向上した。

AI SUMMARYGitHub Copilot for JetBrains gains persistent memory, local model support via Ollama, and expanded enterprise controls, alongside chat workflow improvements and MCP server reliability fixes.

Tue, Aug 113 entries
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

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

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

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

AI SUMMARYOllama 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.

Ollama Releases v0.32.9media
新規収集INDEXED公式OfficialLocal Models·Ollama Releases

Ollama v0.32.8 リリースOllama Releases v0.32.8

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

AI要約Ollama v0.32.8 では、Muse Glimmerが全プラットフォームで利用可能になり、Claude CodeやCodexなどのコーディングエージェントや長期動作するパーソナルアシスタントの用途に対応する。

AI SUMMARYOllama v0.32.8 brings Muse Glimmer to all platforms, enabling coding agent applications like Claude Code and Codex as well as long-running personal assistants, powered by Ollama's MLX engine.

Ollama Releases v0.32.8media
Mon, Aug 101 entries
公式OfficialLocal Models·Ollama Releases

Ollama v0.32.7 リリースOllama Releases v0.32.7

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

AI要約Ollama v0.32.7がリリースされ、Apple SiliconのMLXエンジン経由でMeta製モデル「Muse Glimmer」の初期サポートが追加された。NVIDIA・AMDなど他プラットフォーム向けの最適化は近日提供予定。

AI SUMMARYOllama v0.32.7 adds initial support for Meta's Muse Glimmer model via the MLX engine on Apple Silicon, with broader NVIDIA, AMD, and other platform support coming soon.

Ollama Releases v0.32.7media
Thu, Aug 63 entries
🔥 HOT公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline CLI v3.0.51Cline CLI v3.0.51

重要度 HighHigh priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約推論エフォートがOllamaを含む全プロバイダーで一貫して適用されるようになり、推論オフの設定も正しく尊重される。また、meta/muse-spark-1.2-contributorがClineプロバイダーで選択可能になった。

AI SUMMARYReasoning effort now applies uniformly across all providers including Ollama, with opt-out respected everywhere, and meta/muse-spark-1.2-contributor is newly selectable on the Cline provider.

Cline CLI v3.0.51media
公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline SDK v0.0.71Cline SDK v0.0.71

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約推論設定がAI SDKプロバイダー間で統一的に解決されるようになり、努力レベルや有効/無効フラグがOllamaを含むネイティブ設定にマッピングされた。明示的な推論無効化リクエストが最優先されるよう改善された。

AI SUMMARYReasoning settings now resolve portably across AI SDK providers, mapping effort levels and enable/disable flags to each provider's native setting including Ollama, with explicit disable requests taking top priority.

Cline SDK v0.0.71media
公式OfficialLocal Models·Ollama Releases

Ollama v0.32.6 リリースOllama Releases v0.32.6

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

AI要約Qwen3.5がApple GPU上でMLXエンジンのMTPヘッドによる投機的デコードにより高速化され、OpenAI互換ストリーミング形式も修正された。

AI SUMMARYOllama v0.32.6 speeds up Qwen3.5 on Apple GPUs via automatic speculative decoding with the MLX engine, and fixes /v1/chat/completions streaming to match OpenAI's wire format.

Ollama Releases v0.32.6media
Wed, Aug 52 entries
コミュニティCommunityLocal Models·Qiita LLM

Claude Fable 5を9Bモデルに蒸留? 100万トークン対応の推論モデル「Qwythos-9B」を4GB VRAMで動かすEmpero AI's Qwythos-9B is a reportedly Claude Fable 5-distilled reasoning model…

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

AI要約Empero AIが公開した「Qwythos-9B」は、Claude Fable 5からの蒸留とされる100万トークンコンテキスト対応の推論特化モデルで、わずか4GB VRAMのローカル環境で動作する点が注目されている。

AI SUMMARYEmpero AI's Qwythos-9B is a reportedly Claude Fable 5-distilled reasoning model supporting 1M-token context that can run on just 4 GB of VRAM, making long-context inference accessible on consumer hardware.

Sun, Aug 23 entries
コミュニティCommunityLocal Models·Zenn LLM

Ollama 0.30.8はMLXランナーを内蔵するがGGUFは通らない — M1 Max 64GB実測Ollama 0.30.8 ships with an integrated MLX runner for Apple Silicon, but…

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

AI要約Ollama 0.30.8にMLXバックエンドが統合されたが、バイナリ解析とログ突合の結果、通常の`ollama pull`で取得するGGUFモデルはMLXランナーを経由しないことが判明した。速度改善の恩恵を受けるにはモデル形式の確認が必要となる。

AI SUMMARYOllama 0.30.8 ships with an integrated MLX runner for Apple Silicon, but hands-on investigation on an M1 Max 64GB showed that standard GGUF models pulled via `ollama pull` do not go through the MLX path, meaning users cannot assume a speed gain without verifying the active backend.

Ollama 0.30.8はMLXランナーを内蔵するがGGUFは通らない — M1 Max 64GB実測og
公式OfficialCline/Roo·Cline Releases

原題 ENEnglish titleCline SDK v0.0.69Cline SDK v0.0.69

重要度 MediumMedium priority公式リリース · Cline / Rooofficial release · Cline / Roo

AI要約Ollamaのレスポンス開始タイムアウトが30秒から5分にデフォルト変更され、大規模モデルのコールドロード中の失敗を防止。到達不能なサーバーは即時失敗し、キャンセルや明示的タイムアウト設定も引き続き有効。

AI SUMMARYThe Ollama response-start timeout now defaults to 5 minutes instead of 30 seconds, preventing large cold-loading models from timing out prematurely while keeping unreachable-server failures instant and explicit timeouts respected.

Cline SDK v0.0.69media
コミュニティCommunityLocal Models·Zenn LLM

【実測】あなたのGPUで動く最強ローカルLLM 2026年7月版 — VRAM階級別ベンチマークA practical benchmark guide selecting the best local LLM per VRAM tier (6 GB…

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

AI要約Apple M5 Pro 48GBでの実測値と公開一次ソースを組み合わせ、6GB〜大容量までのVRAM階級ごとに最適なローカルLLMモデルをQwen3.5シリーズ中心にまとめたベンチマーク記事。

AI SUMMARYA practical benchmark guide selecting the best local LLM per VRAM tier (6 GB and up), combining direct measurements on Apple M5 Pro 48 GB with cited third-party data, with Qwen3.5 models dominating the lower tiers.

Tue, Jul 281 entries
公式OfficialLocal Models·Ollama Releases

Ollama v0.32.5 リリースOllama Releases v0.32.5

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

AI要約Ollama v0.32.5が公開され、ローカルLLM実行環境の安定性と品質が改善された。小規模なパッチリリースだが、継続的なメンテナンスの一環として重要。

AI SUMMARYOllama v0.32.5 is a patch release delivering bug fixes and stability improvements to the local LLM runtime, keeping the platform reliable for self-hosted AI workloads.

Ollama Releases v0.32.5media
Mon, Jul 272 entries
コミュニティCommunityLocal Models·Qiita LLM

Gemma 4 を「自分専用のAIチャット」にしてみた 〜Ollama + FastAPI で作るブラウザUI〜This article walks through building a private AI chat interface by running…

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

AI要約Ollama で Gemma 4 をローカル実行し、FastAPI とブラウザUIを組み合わせてプライベートなAIチャット環境を構築する手順を解説した記事。クラウド不要で手軽にLLMを活用できる点が実用上の大きな魅力です。

AI SUMMARYThis article walks through building a private AI chat interface by running Gemma 4 locally via Ollama and exposing it through a FastAPI backend with a browser-based UI. It matters because it gives developers a straightforward, cloud-free path to self-hosted LLM chat.

Gemma 4 を "自分専用のAIチャット" にしてみた 〜Ollama + FastAPI で作るブラウザUI〜og
公式OfficialLocal Models·Ollama Releases

Ollama v0.32.5-rc0 リリースOllama Releases v0.32.5-rc0

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

AI要約Ollama v0.32.5がリリースされ、ローカルLLM実行環境の安定性と品質が継続的に改善された。ユーザーは最新版へのアップデートが推奨される。

AI SUMMARYOllama v0.32.5 is a routine maintenance release that brings incremental fixes and improvements to the local LLM runtime, keeping the platform stable for self-hosted deployments.

Ollama Releases v0.32.5-rc0media
Sun, Jul 262 entries
コミュニティCommunityClaude Code·Qiita VSCode

ollama+gemma4+Zoo Codeでコーディングできる環境作成してみたThis article walks through setting up a fully local AI-assisted coding…

重要度 InfoInformational深掘り候補 · 技術記事 · Claude / Claude CodeDeep-dive candidate · technical post · Claude / Claude Code

AI要約ollamaでgemma4モデルをローカル実行し、Zed CodeエディタのAI補完と組み合わせることで、クラウド不要のコーディング環境を構築する手順を紹介している。プライバシーを保ちながら無料でAI支援開発ができる点が魅力だ。

AI SUMMARYThis article walks through setting up a fully local AI-assisted coding environment using ollama to run the gemma4 model alongside Zed Code, enabling private and cost-free AI code completion without cloud dependencies.

公式OfficialLocal Models·Ollama Releases

Ollama v0.32.4 リリースOllama Releases v0.32.4

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

AI要約Ollama v0.32.4がリリースされ、ローカルLLM実行環境の安定性と品質が改善された。小規模なパッチリリースだが、継続的なメンテナンスの一環として重要。

AI SUMMARYOllama v0.32.4 is a patch release delivering bug fixes and stability improvements to the local LLM runtime, keeping the platform reliable for self-hosted AI workloads.

Ollama Releases v0.32.4media
Sat, Jul 251 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

LMStudioとOllamaでggufモデルを相互利用する!This article explains how to share and reuse GGUF model files between LM Studio…

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

AI要約LMStudioとOllamaはどちらもgguf形式のモデルをローカルで実行できるツールであり、両者のモデルファイルを共有・流用する手順を解説した実用的な記事です。

AI SUMMARYThis article explains how to share and reuse GGUF model files between LM Studio and Ollama, helping users avoid redundant downloads and get more out of their local AI setup.