[WIP][NV] add dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k#1697
[WIP][NV] add dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k#1697hshrivastava-droid wants to merge 7 commits into
Conversation
|
Thanks for the contribution! For vLLM & SGLang, please ensure that your recipes is similar to the official vLLM recipes and/or the SGLang cookbook If it is not, please create a PR first before we can merge your single node PR into the master branch. Let's ensure that the documentation is first class such that the entire ML community can benefit from your hard work! Thank you PR authors are responsible for ensuring that after merging, all GitHub Action jobs fully pass. A lot of the time, failures are just flakes and simply re-running the failed jobs will fix it. If re-running failed jobs is attempted, PR authors are responsible for ensuring it passes. See GitHub's docs on re-running failed jobs: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs#re-running-failed-jobs-in-a-workflow As a rule of thumb, generally, PR authors should request a review & get a PR approval from the respective companies' CODEOWNERS before requesting a review from core maintainers. If additional help is needed, PR authors can reach out to core maintainers over Slack. |
|
|
||
| model: | ||
| path: "dsv4-pro" | ||
| container: "lmsysorg/sglang:nightly-dev-cu13-20260510-2473659e" |
There was a problem hiding this comment.
Low-latency recipe container missing
High Severity
The two low-latency recipes still pin model.container to lmsysorg/sglang:nightly-dev-cu13-20260510-2473659e, while dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k imports squash only for lmsysorg/sglang:nightly-dev-cu13-20260603-83bc7766. Workers resolve the recipe tag, which is not mapped in srtslurm.yaml and is documented as absent from Docker Hub, so those matrix points can fail at enroot import.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2aeafb4. Configure here.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27237009377 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27242563991 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27242563991 |
| speculative-num-draft-tokens: 4 | ||
|
|
||
| mem-fraction-static: 0.94 | ||
| max-running-requests: 1536 |
There was a problem hiding this comment.
Decode cap below benchmark concurrency
Medium Severity
The 1p1d-dep8 high-concurrency recipe drives the benchmark at concurrency 8192, but decode max-running-requests is only 1536 (prefill is capped at 256). Sister recipes in the same PR for dep16 allow far higher in-flight limits, so this point is labeled conc 8192 while the SGLang decode server admits a much smaller batch.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 7c91283. Configure here.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27253510982 |
2 similar comments
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27253510982 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27253510982 |
| image: lmsysorg/sglang:nightly-dev-cu13-20260603-83bc7766 | ||
| model: deepseek-ai/DeepSeek-V4-Pro | ||
| model-prefix: dsv4 | ||
| runner: gb300-nv |
There was a problem hiding this comment.
Wrong runner for SGLang recipes
High Severity
The new dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k entry uses runner: gb300-nv, while sibling DeepSeek-V4 GB300 dynamo-sglang configs use gb300-cw. launch_gb300-nv.sh never copies staged recipes/sglang/deepseek-v4 into srt-slurm (only glm5 gets that path), and its srtslurm.yaml omits the dsv4-pro alias many new recipes use—so srtctl apply is likely to fail on missing recipes or model preflight.
Reviewed by Cursor Bugbot for commit 47460ef. Configure here.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27366225297 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27366364441 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27372623348 |
1 similar comment
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27372623348 |
|
@hshrivastava-droid The GB300 CW are back |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 4 total unresolved issues (including 3 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 37100c4. Configure here.
| SGLANG_DISAGGREGATION_BOOTSTRAP_TIMEOUT: '100000' | ||
| SGLANG_DISAGGREGATION_WAITING_TIMEOUT: '100000' | ||
| SGLANG_OPT_SWA_RELEASE_LEAF_LOCK_AFTER_WINDOW: '1' | ||
| SGLANG_OPT_USE_CUSTOM_ALL_REDUCE_V2: "0" # CAR_V2 is single-node only. |
There was a problem hiding this comment.
Missing distributed timeout dep16
Medium Severity
disagg-1p1d-dep8-conc8192-mtp.yaml sets TORCH_DISTRIBUTED_DEFAULT_TIMEOUT to 1800 in decode_environment for multi-node decode, but the new dep16 recipes (four decode nodes, TP16) omit it. Longer multi-node decode init can hit the default shorter timeout.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 37100c4. Configure here.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27373746281 |
2 similar comments
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27373746281 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27373746281 |


Note
Low Risk
Additive benchmark and CI config only; no application runtime or auth paths change, though miswired recipes could waste cluster GPU time.
Overview
Adds DeepSeek-V4-Pro FP4 disaggregated SGLang + MTP benchmark coverage for 1k/1k on GB300, as a new top-level entry
dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k(separate from the existing 8k/1k MTP config because it pins a newerlmsysorg/sglangimage).nvidia-master.yamlwires 11fixed-seq-lenscenarios (isl/osl 1024) with MTP spec-decoding: three conc=8192 high-throughput disagg layouts (1p1d dep8/dep16, 2p1d dep16) and eight low-latency variants (dep4 vs tp4-tp4 prefill/decode splits with 1/2/4/6 decode workers).New Slurm recipes under
benchmarks/multi_node/srt-slurm-recipes/sglang/deepseek-v4/1k1k/implement those runs—Dynamo + multi-frontend for high-conc, SGLangcache_awarefrontend for low-lat; Mooncake disagg, EAGLE draft settings on decode. Low-latency is one YAML per decode-worker count instead of upstream zip-override templates sosrtctlemits a single job per launcher invocation (avoidslaunch_gb300-cw.shcorrupting multiple job IDs in one variable).perf-changelog.yamldocuments the new config key and rationale.Reviewed by Cursor Bugbot for commit 37100c4. Bugbot is set up for automated code reviews on this repo. Configure here.