The llama.cpp project has released version b10739, which includes a specific performance optimization for Apple's M2 Max hardware. This update introduces fast attention vector (fa-vec) tuning tailored to the M2 Max's 30 GPU cores.

  • Added fa-vec tuning rows for M2 Max collected with ggml-metal-tuning on f16 and q8_0 dtypes.
  • Provided binaries for macOS Apple Silicon, Intel Macs, iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Windows (CPU, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm), Android, and openEuler.

This release ensures optimized inference performance on the latest Apple silicon while maintaining broad support across various operating systems and hardware accelerators.