Single GH200 Runs DeepSeek V4 Flash: 2.7x Speedup with DSpark Offloading Guide
funding__secured · reddit · 2026-08-17
The author shared a complete guide for deploying DeepSeek-V4-Flash-0731 on a single NVIDIA GH200. Since the model (284B MoE) exceeds the 144GB HBM capacity, the author used vLLM's UVA (Unified Virtual Addressing) feature to offload 88GB of expert weights to the 480GB LPDDR5x system memory, combined with DSpark speculative decoding.
Key Configuration & Results:
- Utilized vLLM nightly build with native DSpark support, requiring zero patches.
- Enabled cpu-offload-gb 88 and offload-backend uva to handle memory constraints.
- Performance: Baseline 64 tok/s → 171 tok/s with DSpark (k=5), achieving a 2.7x speedup.
Gotchas:
- Nightly build is required; v0.26.0 is incompatible.
- Only offload expert weights; offloading FP8 attention weights breaks DeepGEMM.
- Selective expert streaming is unnecessary due to fast NVLink C2C bandwidth.
More from Infra
- LTX-2.5 vs MiniMax H3 i2v on an RTX 5090: 1080p vs 1344×768 is what 32GB fits — chanteuse_blondinett · 2026-08-17
- GitHub Outage: Web and API Error Rates Exceed 20% — jonathan_wilke · 2026-08-17
- Building AI for quantum on classical computers is like designing jets with sailboat tech — AryHHAry · 2026-08-17
- Stripe's OpenRouter acquisition builds the stack for autonomous machine payments — 0xSammy · 2026-08-17
- PyTorchCon NA Lands Oct 20-21 With a Dedicated Inference Track — PyTorch · 2026-08-17
- Amazon Tracked Destroying Rare Books for AI Training Data: 404 Media — james_mtc · 2026-08-17