返回全部动态
llama.cpp b10428 发布:清理路径并更新多平台构建
原标题:b10428
AI 摘要
llama.cpp 发布 b10428 版本,主要更新是清理了示例文档和测试中的个人主目录路径,替换为通用占位符。该版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件,并支持多种硬件加速后端。部分平台构建(如 KleidiAI、ROCm、openEuler)被标记为禁用。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> tests : replace personal home directory paths with generic placeholders (#27043) Scrub developer-specific /home/<user>/ paths from example docs and test fixtures so they don't leak into the tree. - examples/test-cmake/README.md: /home/danbev/... -> /path/to/llama.cpp/... - tests/test-chat.cpp: /home/jarvis/... -> /home/user/... (input and expected string kept identical so the parser test still passes) Co-authored-by: Jim Wu <ywu@xilinx.com> </details> **Website:** - <https
发布时间:2026-08-14 17:05
抓取时间:2026-08-14 17:40
来源机构:ggml-org