
Hugging Face's vLLM has transitioned from version 0 to version 1, focusing on backend correctness before altering reinforcement learning objectives. The team identified and corrected issues such as processed rollout logprobs and runtime defaults, ensuring that V1's outputs align with the V0 reference. This approach underscores the importance of backend accuracy in maintaining training consistency. With these corrections, vLLM V1 now matches V0's behavior, paving the way for future improvements in RL objectives.
Read originalLlama.cpp's latest update introduces speculative decoding support for GLM-5.2, enhancing its capabilities with NextN/MTP features. This addition allows for more efficient tensor loading and context management, particularly benefiting models using the GLM_DSA architecture. The update also includes options for exporting models with or without the MTP feature, providing flexibility for developers. This release marks a step forward in optimizing model performance and adaptability, especially for those leveraging the GLM-5.2 framework.
The b10178 release of llama.cpp enhances its server capabilities by adding trace logging for slot similarity checking, offering developers detailed insights into prompt cache slot selection processes. This update includes specifics on skip reasons and similarity calculations, which can aid in performance optimization. While no new model architectures are introduced, the release continues to support a wide array of platforms, such as macOS with KleidiAI, Ubuntu with ROCm 7.2, and Windows with CUDA 12 and 13. This makes llama.cpp a more versatile tool for developers working on different systems, reinforcing its position as a comprehensive inference runtime.