The llama.cpp project has released version b10282, which introduces new monitoring capabilities for speculative decoding. The server now includes spec-decode counters in its /metrics endpoint, allowing users to track performance metrics related to this feature.
- Added spec-decode counters to the /metrics endpoint for better observability.
- Aligned parameter names exactly with vLLM following review feedback.
- Provided binaries for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, CUDA, Vulkan, OpenVINO, SYCL, HIP), and openEuler.
This update improves the ability to monitor speculative decoding performance while maintaining compatibility with vLLM parameter naming conventions.