vLLM v0.28.0
Source Entity
Hacker News

The vLLM v0.28.0 release introduces significant performance optimizations for the Kimi-K3 model, including kernel-level speedups and memory efficiency improvements. This update, driven by 270 contributors, enhances support for both ROCm and specialized model architectures.
Analysis of the vLLM v0.28.0 Release
The release of vLLM v0.28.0 marks a significant milestone in the evolution of open-source large language model (LLM) serving infrastructure. With 584 commits contributed by a massive cohort of 270 individuals, the project continues to demonstrate the power of collaborative engineering in accelerating AI deployment. This specific update focuses heavily on the Kimi-K3 model, signaling a strategic push to optimize performance for specific high-demand architectures.
Kimi-K3 Optimization Breakthroughs
At the core of this release are substantial optimizations designed to streamline the Kimi-K3 execution stack. The introduction of Decode Context Parallel (DCP) support, alongside fused FlashKDA decode and prefill kernels, represents a sophisticated approach to reducing computational bottlenecks. By optimizing these fundamental building blocks, the development team has enabled more efficient utilization of hardware resources during the inference phase.
Architectural Enhancements and Kernel Speedups
Beyond base optimizations, v0.28.0 introduces structural improvements that directly impact throughput and latency. The integration of SiTU activation for MegaMoE and GEMM-RS for sequence parallelism showcases the project’s commitment to supporting complex mixture-of-experts (MoE) architectures. Furthermore, the achievement of a 1.5x to 3x kernel-level speedup via combined all-gathers highlights the importance of communication efficiency in multi-GPU environments.
Memory Efficiency and Speculative Decoding
Memory management remains a critical constraint in LLM serving. The v0.28.0 release addresses this by providing optional shared-expert sharding, which offers a substantial saving of approximately 17 GiB of memory per GPU. Additionally, the implementation of an adaptive speculative token budget, which delivers a ~60% improvement in DSpark Time to First Token (TTFT), underscores the project's focus on user-facing latency metrics.
Broader Implications for AI Infrastructure
By extending Kimi-K3 support to ROCm via the V2 model runner, vLLM is effectively broadening the hardware ecosystem for AI developers. This move is essential for reducing reliance on proprietary stacks and ensuring that high-performance inference can be achieved across a diverse range of hardware vendors. As vLLM continues to evolve, these granular performance gains cumulatively lower the barrier to entry for deploying state-of-the-art models at scale.
Future Trends in Model Serving
The trajectory of vLLM suggests a future where inference efficiency is driven by hardware-specific kernel tuning and intelligent budget management. As models grow in size and complexity, the ability to shard experts and optimize speculative decoding will become standard practice. This release serves as a blueprint for how open-source communities can rapidly iterate to meet the demands of modern generative AI applications.