The llama.cpp project has released version b11007, which introduces support for CUDA graphs in Multi-Token Prediction (MTP) drafts. This update improves the efficiency of the drafting process by leveraging CUDA graph execution.
- Enable CUDA graph for MTP draft to improve usage efficiency.
- Provide binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, CUDA 12/13, ROCm, OpenVINO, SYCL), Android, Windows (CPU, OpenCL, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm), and openEuler.
- Include UI binaries for all supported platforms.
This release allows users to benefit from optimized inference performance on compatible NVIDIA GPUs through the new MTP draft implementation.