Qwen 3.5 27B Reaches 1.1M tok/s on B200s
💡1.1M tok/s Qwen 27B on B200s: vLLM configs public, 96% scaling
⚡ 30-Second TL;DR
What Changed
1.1M tok/s peak on 96 B200 GPUs with vLLM stock
Why It Matters
Demonstrates feasible ultra-high throughput for dense 27B models on latest GPUs. Sets bar for inference scaling in production clusters.
What To Do Next
Replicate 1.1M tok/s config from GitHub on B200 cluster with vLLM DP=8.
Key Points
- •1.1M tok/s peak on 96 B200 GPUs with vLLM stock
- •10x per-node boost: DP=8, short context, FP8 KV, MTP spec decode
- •96.5% scaling efficiency at 12 nodes; no custom kernels needed
- •Configs on GitHub; GDN optimizations incoming
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The 1.1M tok/s throughput is achieved specifically on the Blackwell B200 architecture, leveraging its native FP8 hardware acceleration which significantly reduces memory bandwidth bottlenecks compared to Hopper-based systems.
- •The implementation utilizes vLLM's new 'Multi-Token Prediction' (MTP) speculative decoding framework, which allows the model to predict multiple future tokens in a single forward pass, effectively hiding latency in the B200's high-speed interconnects.
- •The 96.5% scaling efficiency is attributed to the integration of NVLink Switch System (NVLink Network) which minimizes communication overhead between the 12 nodes, allowing the DP=8/TP=8 configuration to operate as a unified memory space.
📊 Competitor Analysis▸ Show
| Feature | Qwen 3.5 27B (B200) | Llama 3.3 70B (H100) | DeepSeek-V3 (H100) |
|---|---|---|---|
| Throughput (tok/s) | ~1.1M (96 GPUs) | ~350k (96 GPUs) | ~420k (96 GPUs) |
| Precision | FP8 | FP8/BF16 | FP8 |
| Scaling Efficiency | 96.5% | ~88% | ~90% |
| Decoding Strategy | MTP Speculative | Standard/Medusa | Standard |
🛠️ Technical Deep Dive
- Model Architecture: Qwen 3.5 27B utilizes a dense transformer architecture optimized for MTP (Multi-Token Prediction) heads, allowing for parallel token generation.
- Hardware Utilization: The setup uses 96 NVIDIA B200 GPUs connected via NVLink Switch, enabling a high-bandwidth, low-latency fabric that supports the DP=8 (Data Parallel) and TP=8 (Tensor Parallel) hybrid strategy.
- Memory Management: vLLM v0.18.0 implements a specialized FP8 KV cache that reduces memory footprint by 2x compared to BF16, allowing for larger batch sizes within the same VRAM constraints.
- Communication: The 96.5% scaling efficiency is achieved by offloading collective communication primitives (AllReduce) to the NVLink Network, bypassing traditional PCIe/Ethernet bottlenecks.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.