The llama.cpp project released version b10327, which includes a fix for the thread and block count in quantized copy kernel launches on CUDA. This update addresses an issue identified in pull request #26731.

  • The release adds tests for uneven block count copy cases to ensure correctness.
  • Binaries are available for macOS (Apple Silicon and Intel), Linux (CPU, Vulkan, ROCm 7.2, OpenVINO, SYCL), Android, Windows (CPU, OpenCL Adreno, CUDA 12/13, Vulkan, OpenVINO, SYCL, HIP), and openEuler.
  • An iOS XCFramework and a standalone UI build are also provided.

This release ensures stable execution of quantized copy operations on CUDA hardware across a wide range of supported platforms.