Commit 292726b
[Klaud Cold] Add dsr1-fp4-b200-sglang-mtp single-node MTP recipe (#1522)
* [Klaud Cold] Add dsr1-fp4-b200-sglang-mtp single-node MTP recipe
New MTP/EAGLE speculative-decoding sibling for the existing
dsr1-fp4-b200-sglang recipe.
Recipe key: dsr1-fp4-b200-sglang-mtp
Model: nvidia/DeepSeek-R1-0528-FP4-V2 (same as off sibling)
Image: lmsysorg/sglang:v0.5.12-cu130 (same as off sibling)
Search: tp=8 ep=1 conc 4..512 spec-decoding=mtp on 1k1k + 8k1k
Launch script benchmarks/single_node/dsr1_fp4_b200_mtp.sh clones the
off variant (dsr1_fp4_b200.sh) and overlays MTP bits from the
production B200 sglang MTP template (dsr1_fp8_b200_mtp.sh):
- TP=8 enforcement check
- --cuda-graph-max-bs 512 / --max-running-requests 512
- --speculative-algorithm EAGLE with num-steps=2, draft-tokens=3, eagle-topk=1
- SGLANG_ENABLE_SPEC_V2=1 env var
- --use-chat-template on the bench client
Keeps fp4-specific bits intact (--quantization modelopt_fp4,
--moe-runner-backend flashinfer_trtllm).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: fill pr-link for #1522
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 80c944e commit 292726b
3 files changed
Lines changed: 120 additions & 0 deletions
File tree
- .github/configs
- benchmarks/single_node
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1698 | 1698 | | |
1699 | 1699 | | |
1700 | 1700 | | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1701 | 1720 | | |
1702 | 1721 | | |
1703 | 1722 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3022 | 3022 | | |
3023 | 3023 | | |
3024 | 3024 | | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
| 3028 | + | |
| 3029 | + | |
| 3030 | + | |
0 commit comments