HomeTags#llama-cpp

Tag timeline

#llama-cpp11 total

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

Total11#llama-cpp の全掲載記事All listed entries tagged #llama-cpp
Showing11このページの表示件数Entries on this page
Page1/1静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/1 · 11 total

YESTERDAY1 entries
新規収集INDEXEDコミュニティCommunityLocal Models·Zenn AI

Qwen3.8 27B に Reasoning Effort を実装してみるThe author resolved Qwen3.8 27B's tendency to over-think on ambiguous tasks by…

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

AI要約Qwen3.8 27Bで思考が長引き生成上限に達する問題を、llama.cppのPer-request reasoning budgetで強制打ち切りすることで解消し、曖昧なタスクでも自律的に完走できるようになった。

AI SUMMARYThe author resolved Qwen3.8 27B's tendency to over-think on ambiguous tasks by enabling per-request reasoning budget in llama.cpp, allowing the model to complete complex tasks like Minecraft clone creation autonomously without hitting generation limits.

Qwen3.8 27B に Reasoning Effort を実装してみるog
Thu, Aug 131 entries
コミュニティCommunityLocal Models·Zenn LLM

クラウドAIに入力できない情報をどう扱うか?llama.cppで学ぶローカルLLM入門をUdemyで公開した話A new Udemy course on local LLM deployment using llama.cpp has launched,…

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

AI要約社内機密や顧客データをクラウドAIに渡せない課題を背景に、llama.cppを使ったローカルLLM構築をGPU・KVキャッシュ・RAGまで体系的に学べるUdemy講座が公開された。

AI SUMMARYA new Udemy course on local LLM deployment using llama.cpp has launched, addressing the common workplace challenge of handling confidential data that cannot be sent to cloud AI services, covering GPU usage, context management, KV cache, and RAG.

クラウドAIに入力できない情報をどう扱うか?llama.cppで学ぶローカルLLM入門をUdemyで公開した話og
Fri, Jul 311 entries
コミュニティ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
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
Thu, Jul 232 entries
コミュニティCommunityLocal Models·Zenn LLM

VRAMに乗らないMoEをNVMe+GPU推論で動かす:Hypura/llama.cpp/TurboQuant解説This article explains how to run large MoE models that exceed VRAM capacity by…

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

AI要約VRAMに収まらない大規模MoEモデルをNVMeストレージとGPUを組み合わせて実用的に推論する手法を、Hypura・llama.cpp・TurboQuantの三ツールを軸に解説した記事。コンシューマー環境でも巨大モデルを動かせる可能性を示す点で注目に値する。

AI SUMMARYThis article explains how to run large MoE models that exceed VRAM capacity by offloading layers to NVMe storage while leveraging GPU acceleration, using Hypura, llama.cpp, and TurboQuant. It matters because it opens a practical path for running frontier-scale models on consumer hardware.

公式OfficialLocal Models·Ollama Releases

v0.32.3-rc0: Lagunaモデルをupstream llama.cppに同期v0.32.3-rc0: model: align Laguna with upstream llama.cpp (#17335)

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

AI要約Ollamaのリリース候補v0.32.3-rc0では、LagunaモデルのアーキテクチャをアップストリームのLlama.cppの実装に合わせる修正が行われた。互換性と動作精度の向上が目的。

AI SUMMARYRelease candidate v0.32.3-rc0 aligns Ollama's Laguna model implementation with upstream llama.cpp, ensuring compatibility and correctness with the reference architecture.

v0.32.3-rc0: model: align Laguna with upstream llama.cpp (#17335)media
Thu, Jun 181 entries
公式OfficialLocal Models·Ollama Releases

Ollama v0.30.10 リリースOllama Releases v0.30.10

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

AI要約Apple Silicon上でCommand AおよびNorthファミリーのモデルがMLXエンジンで動作可能になり、内部のllama.cppエンジンをbuild 9672へ更新、MLXビルド成果物の修正も含む小規模アップデート。

AI SUMMARYOllama v0.30.10 enables Command A and North family models to run on Apple Silicon via the MLX engine, updates the underlying llama.cpp engine to build 9672, and fixes MLX build artifacts.

Ollama Releases v0.30.10media
Wed, Jun 171 entries
公式OfficialLocal Models·Ollama Releases

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

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

AI要約Ollama v0.30.10-rc0がリリース候補として公開。主な変更はllama.cppをコミットb9672(PR #16775)へ更新し、ローカルLLM推論エンジンの基盤を最新化したもの。

AI SUMMARYllama: update llama.cpp to b9672 ( #16775 )

Ollama Releases v0.30.10-rc0media
Mon, Jun 151 entries
公式OfficialLocal Models·Ollama Releases

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

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

AI要約Ollama の v0.30.9 リリース候補(rc0)が公開された。主な変更点として llama.cpp がビルド b9637 へ更新されており、ローカル LLM 推論エンジンの最新改良が取り込まれている。

AI SUMMARYllama: update llama.cpp to b9637 ( #16609 )

Ollama Releases v0.30.9-rc0media
Thu, Mar 262 entries
🔥 HOT公式OfficialCopilot·Continue.dev Releases

Continue.dev、VS Code向けv1.2.19をリリース(新しいタブで開きます)Continue.dev Releases v1.2.19-vscode(opens in a new tab)

重要度 HighHigh priority公式リリース · GitHub Copilotofficial release · GitHub Copilot

AI要約オープンソースのAIコーディング支援拡張Continue.devがVS Code版v1.2.19を公開。GroqプロバイダーからLlama 3.1 405Bを削除、YAML補完設定へのkeepAlive追加、llama.cppでのモデル名表示などの不具合修正が中心の保守的更新。

AI SUMMARYContinue.dev shipped v1.2.19 of its open-source AI coding extension for VS Code, a maintenance release that removes Llama 3.1 405B from the Groq provider, adds keepAlive to YAML completion options, and includes the model name in llama.cpp.

Continue.dev Releases v1.2.19-vscodemedia
🔥 HOT公式OfficialCopilot·Continue.dev Releases

Continue.dev、VSCode拡張v1.3.35をリリース(新しいタブで開きます)Continue.dev Releases v1.3.35-vscode(opens in a new tab)

重要度 HighHigh priority公式リリース · GitHub Copilotofficial release · GitHub Copilot

AI要約オープンソースのAIコーディング支援ツールContinue.devがVSCode拡張v1.3.35を公開した。GroqプロバイダーからLlama 3.1 405Bを削除し、YAML補完にkeepAlive設定を追加するなどバグ修正中心の更新となっている。

AI SUMMARYContinue.dev shipped v1.3.35 of its VSCode extension, a GitHub Copilot alternative. The patch removes Llama 3.1 405B from the Groq provider, adds keepAlive to YAML completion options, and includes minor bug fixes.

Continue.dev Releases v1.3.35-vscodemedia