Twitter/X

DFlash is an open-source lightweight block diffusion model for speculative…

Brief

DFlash is a lightweight, open-source block diffusion model for speculative decoding that generates entire token blocks in a single pass for parallel verification by the main model. NVIDIA reports up to 15x inference throughput gains on Blackwell without degrading interactivity, and lists drop-in integration with SGLang, TensorRT-LLM, and vLLM for adoption.

Why it matters

DFlash is an open-source lightweight block diffusion model for speculative decoding that proposes whole token blocks in one pass instead of single-token drafts

Key details

  • NVIDIA claims DFlash delivers up to 15x higher inference throughput on NVIDIA Blackwell while maintaining the same user interactivity target
  • DFlash is drop-in adoptable with support in SGLang (lmsysorg), TensorRT-LLM, and vLLM (vllm_project)
Source evidence

Increase inference performance by up to 15x without sacrificing responsiveness.

DFlash, an open source lightweight block diffusion model designed for speculative decoding, delivers up to 15x higher throughput on NVIDIA Blackwell while maintaining the same user interactivity target.

Instead of drafting tokens one at a time, it proposes a whole block in a single pass for the main model to verify in parallel.

Adoption is drop-in with support in @lmsysorg SGLang, TensorRT-LLM, and @vllm_project.