返回全部动态

llama.cpp b10666:跨架构状态保存测试与修复

原标题:b10666

llama.cpp Releases一手来源产品发布质量 77

AI 摘要

llama.cpp 发布 b10666 版本,主要改进了测试基础设施,新增 test-save-load-state 的 --models 模式,可跨所有架构运行完整的保存/加载测试套件。修复了多个架构的测试问题,包括 deepseek4、gemma2、gpt-oss、lfm2、minimax-01 等,并优化了 on-device seq-copy 的 chunk 对齐逻辑。

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

正文节选

<details open> tests : run test-save-load-state across all architectures (#27755) * tests : run test-save-load-state across all architectures test-save-load-state previously only ran in ctest against a single downloaded model (tinyllamas/stories15M), i.e. only the llama arch. Add a --models DIR mode to test-save-load-state that runs the full save/load suite over every *.gguf in a directory, reporting a per-model PASS/FAIL and exiting non-zero if any model fails, and wire a ctest to run it ov


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