The llama.cpp b10081 release fixes a bug where the `--hfd` flag pointed to a repository containing speculative sidecars, but the draft plan incorrectly resolved to the main model instead of the sidecar. This occurred because `find_best_model()` excluded sidecar files and the explicit draft plan suppressed sidecar discovery.
The fix wires the discovered sidecars as the draft, following the fallback pattern of the main plan, allowing commands like `llama-server -hf repo -hfd repo --spec-type draft-dflash` to work as expected.
This release includes binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, OpenCL, CUDA 12/13, Vulkan, OpenVINO, SYCL, HIP), and openEuler.