Skip to content

Commit 357a97e

Browse files
authored
Merge pull request sgl-project#634 from catnanami/patch-1
Enhance DFlash training details in README
2 parents 31f3eab + 7d25e5d commit 357a97e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)