The llama.cpp project has released version b10830, introducing a new command-line option for model conversion. This update adds the `--fuse-qkv` flag, which allows users to fuse Query, Key, and Value matrices into a single QKV structure during the conversion from Hugging Face format to GGUF.

  • The release includes binaries for macOS (Apple Silicon and Intel), Linux (Ubuntu with CPU, Vulkan, ROCm, OpenVINO, and SYCL backends), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, ROCm, OpenVINO, and SYCL), and openEuler.
  • iOS support is provided via an XCFramework, while KleidiAI on macOS Apple Silicon is currently disabled.

This update provides users with a more efficient conversion path for models that benefit from fused attention mechanisms.