返回全部动态
llama.cpp b10441 发布:统一 --load-mode 参数
原标题:b10441
AI 摘要
llama.cpp 发布 b10441 版本,将废弃的 --mmap、--no-mmap、--mlock 和 --direct-io 标志统一迁移为 --load-mode 参数,并更新了相关脚本、示例和文档。该版本提供了适用于 macOS、Linux、Android、Windows 等多个平台的预编译二进制文件,但部分平台(如 macOS KleidiAI、Ubuntu ROCm、openEuler)的构建被禁用。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> common: migrate the deprecated --mmap/--no-mmap to --load-mode (#26934) Replace the deprecated --mmap, --no-mmap, --mlock, and --direct-io flags with the unified --load-mode argument across scripts, examples, and documentation. Internal warning message and env var docs updated accordingly. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> </details> **Website:** - <https://llama.app> **macOS/iOS:** - [macOS Apple Silicon (arm64)](https://github.com/ggml-org/llama.cpp/rel
发布时间:2026-08-15 19:24
抓取时间:2026-08-15 20:24
来源机构:ggml-org