The ggml-org project has released version b10774 of llama.cpp, which includes a fix for the no KV cache issue in the finetune module.

  • The training component now correctly handles KV cache usage during fine-tuning operations.
  • Binaries are provided for macOS (Apple Silicon and Intel), Linux (Ubuntu with CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenCL, OpenVINO, SYCL, ROCm), and openEuler.
  • An iOS XCFramework and a standalone UI package are also included in the release assets.

This update ensures that fine-tuning workflows function correctly by addressing the previously broken key-value cache handling.