返回全部动态
llama.cpp 发布 b11074:修复 JSON 枚举处理
原标题:b11074
AI 摘要
llama.cpp 发布 b11074 版本,主要修复了 JSON 枚举(enum)处理问题,为枚举值添加了 common_json_value 处理逻辑,并曾添加 tests/test-json.cpp 测试但按要求移除。该版本同时提供 macOS、iOS、Linux、Android、Windows 等多平台多后端(CUDA、Vulkan、ROCm、SYCL、OpenVINO 等)的预编译二进制包。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> json: Fixed json enum handling (#28518) * Fixed json enum handling Added common_json_value handling for enum values. Added tests/test-json.cpp to cover testing of some aspects of common_json. * Removed tests as requested. * Applied recommended style and simplification Simplified by delegating enum constructor to the constructor of the underlying type Matched style of surrounding templating code </details> **Website:** - <https://llama.app> **Attestations:** - <https://git
发布时间:2026-09-22 00:01
抓取时间:2026-09-22 00:50
来源机构:ggml-org