llama.cpp b9660: 修复LFM2工具调用解析双重转义问题
英文摘要
The b9660 release of llama.cpp includes a targeted fix for a double-escaping bug in LFM2 tool-call parsing (issue #24667). Escape test cases were added to verify the correction. The release provides pre-built binaries across numerous platforms including macOS Apple Silicon, Linux, Windows, and Android variants, with various GPU backends. No other functional changes are noted.
中文摘要
llama.cpp b9660 版本针对LFM2工具调用解析中的双重转义问题发布了修复(issue #24667),并添加了相应的转义测试用例。该版本在macOS Apple Silicon、Linux、Windows、Android等多个平台上提供了预编译二进制文件,支持多种GPU后端。无其他功能变更。
关键要点
Fixed double-escaping in LFM2 tool-call parsing (issue #24667).
修复了LFM2工具调用解析中的双重转义问题(issue #24667)。
Added escape test cases to validate the fix.
添加了转义测试用例以验证修复。
Cross-platform pre-built binaries released for major OS and GPU backends.
发布了面向主要操作系统和GPU后端的跨平台预编译二进制文件。