File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Check out [**our documentation**](https://docs.sglang.ai/SpecForge/) to get star
2929| Method | Description | Training | Example | Optimization |
3030| --- | --- | --- | --- | --- |
3131| ** [ EAGLE3] ( https://arxiv.org/abs/2503.01840 ) ** | Feature-based autoregressive drafting | [ ` scripts/train_eagle3.py ` ] ( ./scripts/train_eagle3.py ) | [ ` examples/run_qwen3_8b_eagle3_online.sh ` ] ( ./examples/run_qwen3_8b_eagle3_online.sh ) | [ LK loss] ( https://arxiv.org/pdf/2602.23881 )
32- | ** [ DFlash] ( https://arxiv.org/abs/2602.06036 ) ** | Block-parallel drafting | [ ` scripts/train_dflash.py ` ] ( ./scripts/train_dflash.py ) | [ ` examples/run_qwen3_8b_dflash_online.sh ` ] ( ./examples/run_qwen3_8b_dflash_online.sh ) | [ D-PACE] ( https://arxiv.org/abs/2605.18810 )
32+ | ** [ DFlash] ( https://arxiv.org/abs/2602.06036 ) ** | Block-parallel drafting | [ ` scripts/train_dflash.py ` ] ( ./scripts/train_dflash.py ) | [ ` examples/run_qwen3_8b_dflash_online.sh ` ] ( ./examples/run_qwen3_8b_dflash_online.sh ) | [ D-PACE] ( https://arxiv.org/abs/2605.18810 ) , [ D²SD ] ( https://arxiv.org/abs/2606.04446 )
3333| ** [ Domino] ( https://arxiv.org/html/2605.29707v1 ) ** | DFlash with GRU logit correction | [ ` scripts/train_domino.py ` ] ( ./scripts/train_domino.py ) | [ ` examples/run_qwen3_8b_domino_online.sh ` ] ( ./examples/run_qwen3_8b_domino_online.sh ) |
3434
3535
@@ -47,6 +47,7 @@ SpecBundle is a collection of production-grade speculative decoding models that
4747
4848## 🎉 News
4949
50+ - [ 2026-06] 🔥 Added D²SD's DTA training as an optional training mode for DFlash training
5051- [ 2026-06] 🔥 Added D-PACE as an optional loss for DFlash training.
5152- [ 2026-06] 🔥 Added Domino online training for DFlash draft models.
5253- [ 2026-01] 🔥 Added DFlash block-parallel online training with SGLang serving support.
You can’t perform that action at this time.
0 commit comments