llama.cpp b9631 release fixes CLI bug with preserved token copying
English summary
llama.cpp b9631 addresses a command-line interface bug where preserved tokens were not correctly copied, as tracked in issue #24258. The release includes pre-compiled binaries for macOS (Apple Silicon and Intel), Linux (x64, arm64, s390x, Vulkan, ROCm, OpenVINO, SYCL), Android (arm64), Windows (CPU, CUDA, Vulkan, SYCL, HIP), and openEuler platforms. This is a routine patch release primarily focused on a single CLI fix.
Chinese summary
llama.cpp 的 b9631 版本修复了一个命令行界面 Bug,该 Bug 导致保留的令牌(preserved tokens)未能正确复制(对应问题 #24258)。该版本同时提供了针对 macOS(Apple Silicon 和 Intel)、Linux(x64、arm64、s390x、Vulkan、ROCm、OpenVINO、SYCL)、Android(arm64)、Windows(CPU、CUDA、Vulkan、SYCL、HIP)以及 openEuler 等多个平台的预编译二进制文件。此次发布是一次常规修补更新,主要聚焦于一个 CLI 修复。
Key points
Fixes CLI bug where preserved tokens were not copied (issue #24258).
修复了 CLI 中保留令牌未被复制的 Bug(问题 #24258)。
Provides pre-built binaries for macOS, Linux, Windows, Android, and openEuler across many hardware backends.
为 macOS、Linux、Windows、Android 和 openEuler 等多种硬件后端提供了预编译二进制文件。
This is a minor patch release with no new features or model updates.
这是一个小型修补版本,没有新功能或模型更新。