The llama.cpp project released build b10828, which introduces implementation support for the Spark2_5ForCausalLM model. This update includes the addition of the Spark3 model architecture and renames it to spark2_5.
- Support for Spark2_5ForCausalLM implementation added via pull request #27868.
- macOS builds available for Apple Silicon (arm64) and Intel (x64).
- Linux binaries provided for Ubuntu x64, arm64, s390x, including Vulkan, ROCm 10.0, OpenVINO, and SYCL variants.
- Windows releases include CPU, OpenCL Adreno, CUDA 12/13, Vulkan, OpenVINO, SYCL, and ROCm 10.0 options.
- Android arm64 (CPU) binaries are also distributed.
This release enables users to run Spark2_5 models on a wide range of hardware platforms and operating systems.