The llama.cpp project has released version b10444, introducing support for loading Multi-Token Prediction (MTP) assistant models via the `--models-dir` flag. This update also includes strict prefix checking for MTP models in presets and removes support for the eagle3 draft type.
- common: support --models-dir loading MTP assistant models
- common: preset: check for MTP models with strict prefix
- handle other draft types
- drop eagle3
The release provides binaries for macOS (Apple Silicon and Intel), Linux (Ubuntu x64, arm64, s390x, Vulkan, OpenVINO, SYCL), Android, Windows (CPU, CUDA 12/13, Vulkan, OpenVINO, SYCL, ROCm), and openEuler.