返回全部动态
llama.cpp b10872 发布:修复 Jinja 模板 null 成员测试问题
原标题:b10872
AI 摘要
llama.cpp 发布 b10872 版本,主要修复了 Jinja 模板中当可选变量默认为 null 时,在 map 中进行成员测试报错的问题,使其与 Jinja 的正常查找行为一致。该版本提供了适用于 macOS、Linux、Windows、Android 等平台的多种构建,包括 CPU、Vulkan、CUDA、ROCm、OpenVINO、SYCL 等后端。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
<details open> jinja: treat a null left operand of in as a plain lookup (#28620) Templates that default an optional variable to none and then test its membership in a map hit an error, while the same expression is a normal lookup returning false in Jinja. The undefined counterpart of this case was already handled just above. </details> **Website:** - <https://llama.app> **Attestations:** - <https://github.com/ggml-org/llama.cpp/attestations/46177710> **macOS/iOS:** - [macOS Apple Silicon (
发布时间:2026-09-09 15:44
抓取时间:2026-09-09 15:55
来源机构:ggml-org