返回全部动态
llama.cpp b10667 发布:新增 M4 Pro 支持
原标题:b10667
AI 摘要
llama.cpp 发布 b10667 版本,为 Apple M4 Pro 芯片添加了 fa-vec 调优支持,提升了 Metal 后端性能。该版本提供了适用于 macOS、Linux、Windows、Android 等多个平台的预编译二进制文件,并包含 UI 组件。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> metal : add fa-vec tunings for M4 Pro (#27824) This is a followup contribution to efeda76b948f59ee52ea20db640bc4cf3dfe8ac1 as requested in https://github.com/ggml-org/llama.cpp/discussions/27668 to add support for additional Apple GPUs. I generated this output using the provided instructions: ```sh git clone https://github.com/ggml-org/llama.cpp cd llama.cpp cmake -B build -DGGML_METAL=ON cmake --build build --target ggml-metal-tuning -j ./build/bin/ggml-metal-tuning fa-vec -
发布时间:2026-08-28 19:53
抓取时间:2026-08-28 20:08
来源机构:ggml-org