llama.cpp release b9623 fixes Jinja split/replace with empty first argument and reserve size calculation
English summary
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.
Chinese summary
开源大语言模型推理项目 llama.cpp 发布了 b9623 版本。该版本修复了 Jinja 模板函数 `split` 和 `replace` 在第一个参数为空字符串时处理错误的问题,并修正了一个预留大小计算的 bug。发布说明还列出了当前各平台的构建状态,涵盖 macOS、Linux、Android 和 Windows 的多种配置。
Key points
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)的构建状态。