llama.cpp 发布 b9623 版,修复 Jinja 空首参 split/replace 及预留大小计算问题
英文摘要
The open-source LLM inference project llama.cpp has released version b9623. This release includes a fix for Jinja template functions `split` and `replace`, which previously mishandled cases where the first argument was an empty string. Additionally, a bug in reserve size calculation was corrected. The release notes also list the current build status across various platforms, including macOS, Linux, Android, and Windows configurations.
中文摘要
开源大语言模型推理项目 llama.cpp 发布了 b9623 版本。该版本修复了 Jinja 模板函数 `split` 和 `replace` 在第一个参数为空字符串时处理错误的问题,并修正了一个预留大小计算的 bug。发布说明还列出了当前各平台的构建状态,涵盖 macOS、Linux、Android 和 Windows 的多种配置。
关键要点
Fixes Jinja template functions `split` and `replace` when first argument is empty.
修复 Jinja 模板函数 `split` 和 `replace` 在第一个参数为空时的错误。
Corrects a bug in reserve size calculation.
修正了一个预留大小计算的错误。
Release b9623 includes updated build status for multiple hardware targets (CPU, GPU, NPU) across macOS, Linux, Android, Windows.
b9623 版本更新了 macOS、Linux、Android、Windows 上多种硬件目标(CPU、GPU、NPU)的构建状态。