The llama.cpp project has released version b10203, which introduces support for the q2_0 quantization format in SYCL-based matrix multiplication operations. This update expands the compatibility of the library for specific hardware acceleration scenarios.
- Adds support for q2_0 in mul_mat via PR #26231.
- Extends coverage to additional q2_0 cases within the SYCL backend.
- Provides binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm 7.2, OpenVINO, SYCL FP32/FP16), Android, Windows (CPU, OpenCL, CUDA 12/13, Vulkan, OpenVINO, SYCL, HIP), and openEuler.
The release enables users to utilize q2_0 quantization on SYCL-compatible devices, broadening the range of supported hardware configurations for efficient model inference.