返回全部动态

llama.cpp 发布 b10983:调整 build_arch_graph 定义顺序

原标题:b10983

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

AI 摘要

llama.cpp 发布 b10983 版本,主要变更是将 build_arch_graph() 的函数定义移动到 graph<true> 和 graph<false> 模板特化之后,以修复编译顺序问题。该版本同时提供 macOS、iOS、Linux、Android、Windows 等多平台预编译二进制包,覆盖 CUDA、Vulkan、ROCm、SYCL、OpenVINO 等后端。

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

正文节选

<details open> models : move build_arch_graph() after graph() template specialization (#28934) Move build_arch_graph()'s function definitions after the graph<true> and graph<false> template specializations have been explicitly defined. </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/47624834> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/releases/download/b10983/llama-b10983-bin-mac


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