返回全部动态
llama.cpp b11080 发布:后端测试 -o 过滤器支持正则
原标题:b11080
AI 摘要
llama.cpp 发布 b11080 版本,主要更新是让 tests/test-backend-ops 的 -o 过滤器支持正则表达式条目,普通算子名仍保持精确匹配(如 -o ADD 不会匹配 ADD_EX)。同时修复了不必要的 FA vec slice 日志输出,并重排了帮助文本格式。该版本同步提供 macOS、Linux、Windows、Android 等多平台预编译二进制包。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> tests/test-backend-ops : allow regex entries in the -o filter (#29204) * tests/test-backend-ops : allow regex entries in the -o filter so far -o only accepted a comma separated list of exact op names or full test case strings. entries that are not plain op names are now treated as regexes matched against the op name (e.g. "MUL_MAT.*"), while plain names keep their exact-matching behavior so that "-o ADD" does not match ADD_EX etc. Assisted-by: pi:llama.cpp/Qwen3.8-27B * cont
发布时间:2026-09-22 03:17
抓取时间:2026-09-22 03:43
来源机构:ggml-org