Kaichao You

220 posts

Kaichao You

Kaichao You

@KaichaoYou

Ph.D. from Tsinghua University. Core maintainer of @vllm_project . Co-Founder & Chief Scientist @Inferact .

berkeley, ca Katılım Ağustos 2017
146 Takip Edilen9.2K Takipçiler
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
Huge thanks to the @cohere team for tackling this head-on with hardware-aware Dynamic SD, now merged into vLLM. Instead of a fixed number of draft tokens, DSD adapts to the batch size and hardware, so you get the speedups where they help and clean fallback where they'd otherwise hurt. Love seeing this land in the project 🙌 Read more below 👇
Ekagra Ranjan@EkagraRanjan

🧵Speculative decoding makes LLMs faster... until it doesn't. At high batch sizes, it makes inference SLOWER so most production systems can't use it. At @cohere, we fixed it with Hardware-aware Dynamic SD, open sourced in @vllm_project. Here's how 👇 🔗 cohere.com/blog/hardware-…

English
5
17
193
21.9K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
vLLM v0.25.0 is out! 558 commits from 232 contributors (64 new). 🎉 Highlights: Model Runner V2 is now the default for all dense models, the legacy PagedAttention implementation is retired, the Transformers backend now runs as fast as native vLLM, a new unified Streaming Parser Engine, universal speculative decoding across heterogeneous vocabularies (TLI) plus new DSpark and DFlash drafters, and new models including Hy3 and Unlimited OCR. Thread 👇
vLLM tweet media
English
19
68
621
87.3K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎉 Congrats to @PrimeIntellect on Verifiers v1! Its training rollouts run on vLLM for exact token IDs and logprobs, no tokenization drift, keeping rollouts and training in sync. vLLM powers a growing set of open RL infra, prime-rl and others, and it's an area we're going deep on. 🚀
Prime Intellect@PrimeIntellect

Today, we are releasing verifiers v1 — an overhaul of our environment stack for the modern era of agentic RL and evals. We decompose environments into a taskset, a harness, and a runtime. Run complex agentic tasks like coding and computer use at scale, in any harness.

English
5
14
104
14.7K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎉 Great to see @novita_labs train and open-source DSpark speculators for Kimi-K2.6 and Kimi-K2.7-Code. DSpark (@deepseek_ai's spec decoding method) drafts a whole token block in one pass, and vLLM supports it natively (v0.25.0). Grab the speculators and get faster Kimi decoding today. 🚀🚀
Novita AI@novita_labs

We trained and released DSpark speculators for Kimi-K2.6 and Kimi-K2.7-Code on @huggingface, with native serving support in @vllm_project. Across six benchmarks in our batch-size-1 evaluation: Kimi-K2.6: 2.55× average throughput (+155%) Kimi-K2.7-Code: 2.36× average throughput (+136%)

English
6
17
145
16.4K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎉 Great to see the @AMD team for bringing ROCm support to vime, the vLLM ecosystem's RL post-training framework. End-to-end RL post-training now runs natively on AMD Instinct MI355X GPUs. vime uses vLLM as its rollout backend, so on ROCm it inherits the full vLLM rollout stack with no separate code path. The @AIatAMD team validated the pipeline end-to-end, upstreamed the ROCm-specific fixes, and shipped a prebuilt container so you can skip building from source. What works today: - GRPO training - Colocated and async (non-colocated) train/rollout - Megatron-LM training + vLLM rollout backends - Qwen3 dense and MoE models On MI355X, Qwen3-8B sustains ~4,100 tokens/gpu/s, and the train-rollout logprob diff holds low and stable. 🔗 vllm.ai/blog/2026-07-1…
English
4
7
82
8K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
Excited to see vLLM as the rollout engine in Molt, the new agentic-first RL framework from the @NVIDIA NeMo team. 🎉 vLLM (over Ray) carries the rollout here: fast async serving up to 1T-class MoE scale, simple to drop in. That lets the RL core above stay small and hackable. Can't wait to see what people train with it. 🚀
Jian Hu@hijkzzz

1/ Still looking for a minimalist, high-performance framework for agentic RL research? Meet Molt — an agentic-first, PyTorch-native reinforcement learning framework with roughly 9K lines of RL code for 700B models. ⭐ github.com/NVIDIA-NeMo/la…

English
11
18
134
15.3K
Kaichao You
Kaichao You@KaichaoYou·
super excited to see the first-ever vLLM conference😀
vLLM@vllm_project

Announcing the first-ever vLLM Conference — hosted by @inferact at Ray Summit, Aug 24–26 in San Francisco 🎉🌉 This is where we'll get into the work pushing open, high-performance inference forward, such as: 🗺️ Where the vLLM roadmap is headed ⚡ Getting the most out of accelerators including NVIDIA, AMD, TPU 🔗 Wiring vLLM into training and serving pipelines 🚀 Running inference on production scale The summit features speakers from Inferact, NVIDIA, AMD, Google TPU, Anyscale, PyTorch, Meta, Red Hat, and more 🎤 Come learn where the future of inference, open source, and AI is heading — and meet the leading builders driving it 👇 vllm.ai/events/vllm-co…

English
1
2
67
8.9K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎉 Congrats to the @MosiAI_Official team on MOSS-Transcribe-Diarize-0.9B, an open, end-to-end model for multi-speaker long-audio transcription, with day-0 support in vLLM. Most setups chain ASR + diarization + alignment (WhisperX-style). This one does all three in a single generative pass. It transcribes the speech, tags who is speaking, and emits timestamps together: [0.11][S01] Good morning![1.03] [1.11][S02] Morning, guys![1.34] A Whisper-style audio encoder feeds a Qwen3-style causal decoder, so a recording up to ~90 minutes goes in as one shot, no chunking or stitching. Keyword biasing lets you prime names, product codes, and domain terms so proper nouns come out right. Useful for meeting notes, interviews, call-center QA, and podcast transcription. 🔗 recipes.vllm.ai/OpenMOSS-Team/…
vLLM tweet media
MOSI@MosiAI_Official

🤗 MOSS-Transcribe-Diarize-0.9B is now open source on @huggingface. Built with an end-to-end audio-to-structured-transcript paradigm: >0.9B open-source ASR model >Apache license 2.0 >128k long-context transcription >Up to ~90-min audio input >Speaker labels + timestamps in one generation >Multi-speaker diarization for meetings, interruptions, and overlapping voices >Hotword biasing for names, terms, and domain-specific vocabulary >~100 token/s on NVIDIA RTX 4090, RTF ~0.017 Thank you @sgl_project @vllm_project @Prince_Canuma @lllucas for day-0 support! 🚀 Github: github.com/OpenMOSS/MOSS-… Huggingface: huggingface.co/spaces/OpenMOS… API: shorturl.at/DWwe3 Live demo: shorturl.at/wRZ3j Technical Report:arxiv.org/abs/2601.01554 HF Space: huggingface.co/spaces/OpenMOS… AtomGit:ai.atomgit.com/OpenMOSS/MOSS-… SGLang-Omni: github.com/sgl-project/sg… vLLM: github.com/vllm-project/v… MLX-audio: github.com/Blaizzy/mlx-au… Discord:discord.gg/SmVQHGffZU

English
7
26
216
23.9K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
Big news from @hmellor_ + @huggingface team🙌! In v0.25.0 the Transformers modeling backend hits parity with hand-written vLLM models. Now 450+ transformers architectures run in vLLM at native speed with zero porting. Integrate once with transformers to get vLLM's fused kernels, torch.compile, and CUDA graphs for free. Read about the changes below 👇
Harry Mellor@hmellor_

I have HUGE news about the Transformers modelling backend for @vllm_project v0.25.0 🚀 It has reached performance parity with native vLLM model implementations 🤯 The Transformers modelling backend has just become a zero-effort, zero-compromise way to deploy to vLLM!

English
9
35
270
29.2K
Kaichao You
Kaichao You@KaichaoYou·
check out the great hpc ops library from tencent if you use H20!
vLLM@vllm_project

Hy3 serving is now heavily optimized on @NVIDIA Hopper. The same kernels that serve it in Tencent's production — the HPC-Ops attention and MoE backends from the @TencentHunyuan AI Infra team — are now first-class backends in vLLM main. A per-step, load-balanced decode scheduler plus a fully fused FP8 MoE pipeline: up to 2.95x over a static split-KV schedule on mixed-length decode, and they cut Hy3's TTFT by ~24% and TPOT by ~17% vs the default backend. No fork, no source changes. Full design + benchmarks 👇 🔗 vllm.ai/blog/2026-07-0…

English
0
5
67
7.9K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎉 @TencentHunyuan's Hy3, the full release following the Hy3 Preview, runs natively in vLLM from day 0, with tool-call and reasoning parsers and MTP speculative decoding, verified on @NVIDIA and @AMD hardware. Hy3 is a Mixture-of-Experts model built for agentic workflows, coding, and long-horizon reasoning, and it's Apache 2.0. 295B total parameters with just 21B active, 192 experts with top-8 routing, GQA attention, a 256K context window, and a 3.8B MTP layer for speculative decoding. Ships in BF16 and FP8. Full recipe (exact flags, FP8, MTP, hardware): recipes.vllm.ai/tencent/Hy3
English
4
11
134
16.4K
Kaichao You retweetledi
Mert Ünsal
Mert Ünsal@mertunsal2020·
Today, we are releasing Le Chaton L∃∀N, aka Leanstral 1.5. It achieves SOTA performance on graduate algebra benchmarks FATE-H and FATE-X and improves Pareto Frontier on PutnamBench, solving 587/672 problems with a x10 cheaper budget. 🧵
Mert Ünsal tweet media
English
81
153
1.5K
331.1K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🎙️ @Alibaba_Qwen's Qwen3-Omni listens, reasons, and talks back. Serving that in real time is a pipeline problem, not a single model: a multimodal Thinker, then Talker → Code2Wav for the speech. Each stage bottlenecks differently, so the wins come from optimizing them layer by layer. One neat trick: under load, replicate only the two speech stages and let the heavy multimodal Thinker run once. At high concurrency that lands first audio in ~0.6s instead of ~6s, speech faster than real time, and ~5.4x the throughput on the same GPUs. Built with @AntGroup's Super Computing Technology (SCT) team and the vLLM-Omni team. The blog breaks down the full stack, one bottleneck at a time 👇 🔗 vllm.ai/blog/2026-07-0…
vLLM tweet mediavLLM tweet media
English
5
29
192
17.8K
Kaichao You retweetledi
Michael Goin
Michael Goin@mgoin_·
GLM 5.2 DSpark update! The full Speculators training run is well underway and we have the epoch-1 checkpoint ready for your GPUs using vLLM nightly: huggingface.co/RedHatAI/GLM-5… This improves upon the speedup from the preview checkpoint by another 1.5-2x. Stay tuned for more!
Michael Goin tweet media
Michael Goin@mgoin_

GLM 5.2 DSpark preview is here! ✨ huggingface.co/RedHatAI/GLM-5… This is the first DSpark speculator for a non-DeepSeek frontier model, trained with Speculators and running on vLLM nightly for ~1.5× faster decode for GLM-5.2-FP8 on 4×B300. Stronger checkpoints to come!

English
11
33
373
64.7K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
🚀 Qwen3.6-27B-NVFP4 is inference ready with vLLM on NVIDIA Blackwell GPUs. This checkpoint is optimized for Blackwell and reduces GPU memory requirements by ~2.5x for local AI with open-source models. 🧠 27B params, Hybrid Attention 📊 NVFP4 evals: 86.3 on MMLU Pro, 85.5 on GPQA Diamond 🛠️ Exclusively supported on vLLM as the runtime engine Get started from the Hugging Face checkpoint: huggingface.co/nvidia/Qwen3.6…
NVIDIA RTX Spark@NVIDIARTXSpark

Fast, efficient local AI with open-source models just got easier. Qwen3.6-27B-NVFP4 is now on @HuggingFace! It's optimized for NVIDIA Blackwell GPUs & inference ready with @vllm_project. The checkpoint reduces GPU memory requirements by approximately 2.5x for powerful 27B-parameter inference on your own hardware.

English
14
41
450
53.2K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
vLLM v0.24.0 is out! 571 commits from 256 contributors (77 new). 🎉 Highlights: MiniMax-M3 support (FP8/MXFP4 + broad AMD tuning), DeepSeek-V4 keeps maturing (FlashInfer sparse index cache, prefill chunk-planning, now on SM120), Model Runner V2 now handles quantized models by default, a new unified Streaming Parser Engine for tool-calls + reasoning, DiffusionGemma, DeepEP v2 for wide expert parallelism, and a maturing Rust frontend. Thread 👇
English
11
52
519
52.3K
Kaichao You retweetledi
vLLM
vLLM@vllm_project·
👀 vLLM community is working non-stop to get @deepseek_ai's new DSpark spec decode algorithm for vLLM! Faster inference for everyone! github.com/vllm-project/v…
vLLM tweet media
English
19
80
824
56.5K
Kaichao You retweetledi
Jamin Ball
Jamin Ball@jaminball·
Introducing: First Pass! Altimeter's new video series breaking down the latest trends in AI, hosted by myself and @palak_go AI evolves so quickly. We wanted to create a series of short (~10 minute) videos taking a First Pass on the latest trends First up: @simon_mo_ on GLM5.2
English
17
24
345
149.9K