The llama.cpp project has released build b10642, which introduces a change to track token IDs within the key-value (KV) cell.
- The core update involves adding token ID tracking to the KV cell implementation.
- The `get_prev_tokens` function was removed from this specific commit and moved to the main pull request #27762.
- Binaries are provided for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, ROCm, SYCL), and openEuler.
This release provides updated binaries across multiple platforms with the internal KV cell modification.