Skip to content

[WIP][NV] add dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k#1697

Open
hshrivastava-droid wants to merge 7 commits into
mainfrom
nv/dsv4-gb300-v2
Open

[WIP][NV] add dsv4-fp4-gb300-dynamo-sglang-mtp-1k1k#1697
hshrivastava-droid wants to merge 7 commits into
mainfrom
nv/dsv4-gb300-v2

Conversation

@hshrivastava-droid

@hshrivastava-droid hshrivastava-droid commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

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 newer lmsysorg/sglang image).

nvidia-master.yaml wires 11 fixed-seq-len scenarios (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, SGLang cache_aware frontend 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 so srtctl emits a single job per launcher invocation (avoids launch_gb300-cw.sh corrupting multiple job IDs in one variable).

perf-changelog.yaml documents 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.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2aeafb4. Configure here.

Comment thread .github/configs/nvidia-master.yaml Outdated
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

speculative-num-draft-tokens: 4

mem-fraction-static: 0.94
max-running-requests: 1536

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c91283. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

2 similar comments
@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

Comment thread .github/configs/nvidia-master.yaml Outdated
image: lmsysorg/sglang:nightly-dev-cu13-20260603-83bc7766
model: deepseek-ai/DeepSeek-V4-Pro
model-prefix: dsv4
runner: gb300-nv

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 47460ef. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

@Oseltamivir

Copy link
Copy Markdown
Collaborator

@hshrivastava-droid The GB300 CW are back

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 4 total unresolved issues (including 3 from previous reviews).

Fix All in Cursor

❌ 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.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 37100c4. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

2 similar comments
@github-actions

Copy link
Copy Markdown
Contributor

@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants