Speculative Decoding on CPUs: Nearly 4x Faster Token Generation with DFlash | Towards Data Science
Speculative decoding can turn underused CPU compute into faster token generation, without changing the model's output. In our vLLM tests, DFlash delivered 3.92x the autoregressive throughput with Qwen3.5-9B on Intel Xeon 6 at concurrency 1. We break down where the speedup comes from, explain the acceptance metrics, and show what determines whether speculation pays off.
Towards Data Science ยท Ehssan Khan