[2026/02] 🧠 GLM model family support — Added GLM5, GLM-4.7 MTP (Multi-Token Prediction), and GLM-47 tool parser with thinking/non-thinking mode toggle
[2026/02] ⚡ Performance optimizations — Fused MoE with small batches, optimized attention metadata building, Multi-LoRA inference achieves 80%+ of non-LoRA performance
[2026/02] 🔧 DeepSeek-V3.2 MTP support — Added MTP (Multi-Token Prediction) for DeepSeek-V3.2, with RoPE and decoding stage kernel optimizations
[2026/01] 🔢 New quantization methods — Support for compressed-tensors W4A16, AWQ MoE W4A16, and DeepSeek-V3.2 W8A8 quantization
[2026/01] 🛠️ CI/CD overhaul — Added E2E tests, unit test CI, ruff format checks, and modular CI workflow refactoring
[2025/12] 🎉 v0.11.0rc1 released — Added Qwen3-Omni, Qwen3-Next, Seed-OSS support (Release Notes)
[2025/12] 📦 v0.10.1.1 released — 5+ multimodal models, AWQ/GPTQ quantization for dense models, Piecewise CUDA Graph, vLLM V1 engine, Flash-Infer Top-K/Top-P sampling with 10-100× speedup (Release Notes)
[2025/12] 🌟 Initial release of vLLM Kunlun — Open sourced on Dec 8, 2025
Overview
vLLM Kunlun (vllm-kunlun) is a community-maintained hardware plugin designed to seamlessly run vLLM on the Kunlun XPU. It is the recommended approach for integrating the Kunlun backend within the vLLM community, adhering to the principles outlined in the RFC Hardware Pluggable.
This plugin provides a hardware-pluggable interface that decouples the integration of the Kunlun XPU with vLLM. By utilizing vLLM Kunlun, popular open-source models — including Transformer-like, Mixture-of-Expert (MoE), Embedding, and Multi-modal LLMs — can run effortlessly on the Kunlun XPU.
✨ Key Features
Seamless Plugin Integration — Works as a standard vLLM platform plugin via Python entry points, no need to modify vLLM source code
Broad Model Support — Supports 15+ mainstream LLMs including Qwen, Llama, DeepSeek, Kimi-K2, and multimodal models
Quantization Support — INT8 and other quantization methods for MoE and dense models
LoRA Fine-Tuning — LoRA adapter support for Qwen series models
Piecewise Kunlun Graph — Hardware-accelerated graph optimization for high-performance inference
[Core] — Core vllm-kunlun logic (platform, attention, communicators, model runner)
[Kernel] — Compute kernels and ops
[Bugfix] — Bug fixes
[Doc] — Documentation improvements
[Test] — Tests
[CI] — CI/CD improvements
[Misc] — Other changes
Star History 🔥
We opened the project at Dec 8, 2025. We love open source and collaboration ❤️
Sponsors 👋
We sincerely appreciate the KunLunXin team for their support in providing XPU resources, which enabled efficient model adaptation debugging, comprehensive end-to-end testing, and broader model compatibility.
📖 Documentation | 🚀 Quick Start | 📦 Installation | 💬 Slack
Latest News 🔥
Overview
vLLM Kunlun (
vllm-kunlun) is a community-maintained hardware plugin designed to seamlessly run vLLM on the Kunlun XPU. It is the recommended approach for integrating the Kunlun backend within the vLLM community, adhering to the principles outlined in the RFC Hardware Pluggable.This plugin provides a hardware-pluggable interface that decouples the integration of the Kunlun XPU with vLLM. By utilizing vLLM Kunlun, popular open-source models — including Transformer-like, Mixture-of-Expert (MoE), Embedding, and Multi-modal LLMs — can run effortlessly on the Kunlun XPU.
✨ Key Features
Prerequisites
Supported Models
Generative Models
Multimodal Language Models
Performance Visualization 🚀
High-performance computing at work: How different models perform on the Kunlun3 P800.
Current environment: 16-way concurrency, input/output size 2048.
Quick Start
Start an OpenAI-Compatible API Server
Send a Request
Version Matrix
Architecture
Contributing
We welcome contributions from the community! Please read our Contributing Guide before submitting a PR.
PR Classification
Use the following prefixes for PR titles:
[Attention]— Attention mechanism features/optimizations[Core]— Core vllm-kunlun logic (platform, attention, communicators, model runner)[Kernel]— Compute kernels and ops[Bugfix]— Bug fixes[Doc]— Documentation improvements[Test]— Tests[CI]— CI/CD improvements[Misc]— Other changesStar History 🔥
We opened the project at Dec 8, 2025. We love open source and collaboration ❤️
Sponsors 👋
We sincerely appreciate the KunLunXin team for their support in providing XPU resources, which enabled efficient model adaptation debugging, comprehensive end-to-end testing, and broader model compatibility.
License
Apache License 2.0, as found in the LICENSE file.