
I Ran DeepSeek's New DSpark and Doubled My Qwen3 Model’s Speed (Here’s How)
The AI Automators7 July 2026Watch on YouTube
Description
👉 Access our AI Architects course & join hundreds of serious AI builders in our community: https://www.theaiautomators.com/?utm_source=youtube&utm_medium=video&utm_campaign=tutorial&utm_content=dspark 🔗 DSpark Arena (our repo — the racing dashboard + benchmark scripts): https://github.com/theaiautomators/dspark-arena 🔗 DeepSeek DeepSpec DeepSpec repo (the framework + MIT training/eval code): https://github.com/deepseek-ai/DeepSpec DSpark paper: https://github.com/deepseek-ai/DeepSpec/blob/main/DSpark_paper.pdf DSpark Qwen3 checkpoints (Hugging Face): https://huggingface.co/deepseek-ai/dspark_qwen3_4b_block7 🔗 vLLM DSpark merged into vLLM (PR): https://github.com/vllm-project/vllm/pull/46995 Last week DeepSeek published DSpark, and the thing to understand up front is that it isn't a new model. It's a speed layer. Same weights, same answers, just served faster. DeepSeek quote a 60–85% speedup on their own V4 in production, but that's a data-center number, measured against their previous MTP-tuned setup with thousands of users sharing GPUs, and it leans hard on a load-aware scheduler that most of us running a single machine will never touch. So I wanted to see what the speedup actually looks like for the rest of us. I took the DSpark Qwen3-8B checkpoint and raced it on one RTX 5090, first through DeepSeek's own DeepSpec eval harness, then on vLLM's nightly build, and finally wired straight into the full local AI agent platform we're building on this channel. The mechanism is speculative decoding: a small fast drafter guesses the next block of tokens, and the big model checks the whole block in a single pass, keeping the run it agrees with and binning the rest. Because the big model still signs off on every token, the output is byte-identical to what it would have produced alone — run it deterministically like I do in the demo and it's the same, bite for bite. DSpark's two innovations sit on top of that: a lightweight Markov head that keeps a parallel-drafted block coherent, and a scheduler that flexes verification depth with GPU load. ⏱️ Timestamps: 0:00 DSpark Explained 4:29 Speculative decoding (in LM Studio) 8:07 DSpark's two innovations 12:10 Demo 1 - The DeepSpec race 14:51 Demo 2 - vLLM and App 17:52 Try it today #DeepSeek #DSpark #Qwen #Qwen3 #vLLM #LocalAI #LLM #SpeculativeDecoding #DeepSpec #RTX5090 #AIAgents #LocalLLM #AIArchitects #AIBuilder
What you'll learn
- DSpark is not a new model, but a speed layer that uses the same model weights and outputs with higher throughput.
- Speculative decoding works by having a small fast drafter predict tokens, which the large model then verifies in a single pass.
- DSpark introduces two innovations: a Markov head for coherent parallel-drafted tokens and a scheduler that adjusts verification depth based on GPU load.
- DSpark's output is byte-identical to normal model output because the large model verifies every token.
- DSpark can deliver significant speed improvements for Qwen3 models on consumer hardware like an RTX 5090.
Frequently asked questions
What is the difference between DSpark and a new AI model?
How does speculative decoding work in DSpark?
Can you use DSpark today on consumer hardware?
Does DSpark's output remain identical to the original model?
Topics
In this video
Related reads
China overweegt exportbeperkingen op geavanceerde AI-modellen, en Europa zit klem
Chinese autoriteiten voeren gesprekken met techbedrijven als Alibaba, ByteDance en Z.ai over het beperken van buitenlandse toegang tot geavanceerde AI-modellen. Voor Europa, dat steeds meer leunt op Chinese open-source alternatieven voor dure Amerikaanse diensten, zou dat een gat slaan in de beschikbare opties.
DeepSeek wil eigen AI-chips ontwikkelen om afhankelijkheid van Nvidia en Huawei te verkleinen
Het Chinese AI-bedrijf DeepSeek werkt aan eigen chips voor AI-inferentie, om minder afhankelijk te worden van Nvidia en Huawei. Achtergrond is de Amerikaanse exportregelgeving die Chinese bedrijven de toegang tot de meest geavanceerde Nvidia-chips ontzegt.
DeepSeek haalt opnieuw kapitaal op, weken na afsluiten van eerste financieringsronde
Het Chinese AI-lab DeepSeek is alweer op zoek naar nieuw kapitaal, slechts weken nadat het meer dan 7 miljard dollar ophaalde in zijn eerste externe financieringsronde. Het bedrijf wil eigen datacenters en chips bouwen om zijn lage prijsstrategie vol te kunnen houden.