返回全部动态

llama.cpp 发布 b10894:清理旧模型死代码并更新多平台构建

原标题:b10894

llama.cpp Releases一手来源开源质量 48

AI 摘要

llama.cpp 发布 b10894 版本,主要改动是清理旧模型代码中已失效的 switch 分支(#28669),移除早期重构时复制粘贴、现已不可能触发的条件判断,仅保留 llama_model_bert::graph::graph 的共享逻辑。该版本同时提供 macOS/iOS、Linux、Android、Windows 等多平台预编译二进制包,覆盖 CPU、CUDA、Vulkan、ROCm、SYCL、OpenVINO 等后端。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

<details open> models: clean up some dead switch branches in old models (#28669) Some of these if statements were copypastaed in a former refactor and never cleaned up to remove the cases that could never happen anymore. The only thing that's shared between these relatives anymore is llama_model_bert::graph::graph, so the rest of the code doesn't need the conditionals. </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/46582


发布时间:2026-09-10 21:51
抓取时间:2026-09-10 22:45
来源机构:ggml-org
阅读原文github.com