The llama.cpp project has released version b11101, which includes a build system fix allowing repeated find_package calls for the llama library.
- cmake: allow repeated find_package calls for llama (PR #29228)
- macOS/iOS binaries provided for Apple Silicon (arm64), Intel (x64), and iOS XCFramework; KleidiAI support is disabled.
- Linux binaries available for Ubuntu x64, arm64, and s390x across CPU, Vulkan, CUDA 12/13, ROCm 10.0, OpenVINO, SYCL, and Snapdragon backends.
- Android arm64 binaries released for CPU and Snapdragon (CPU, Adreno GPU, Hexagon NPU).
- Windows binaries provided for x64 and arm64 CPUs, OpenCL Adreno, CUDA 12/13, Vulkan, OpenVINO, SYCL, and ROCm 10.0.
- openEuler support is largely disabled, with only specific 310p and 910b (ACL Graph) configurations listed.
This release provides updated binaries for a wide range of hardware accelerators and operating systems, alongside the cmake fix.