Skip to content

[NVIDIA][SGLang][redo PR] B200 DeepSeek v4 FP4 SGLang: recipe-per-CONC split#1187

Merged
cquil11 merged 5 commits intomainfrom
chore/dsv4-fp4-b200-sglang-recipe-split
Apr 26, 2026
Merged

[NVIDIA][SGLang][redo PR] B200 DeepSeek v4 FP4 SGLang: recipe-per-CONC split#1187
cquil11 merged 5 commits intomainfrom
chore/dsv4-fp4-b200-sglang-recipe-split

Conversation

@cquil11
Copy link
Copy Markdown
Collaborator

@cquil11 cquil11 commented Apr 26, 2026

Summary

Mirror of #1185 for the b200 side. Re-applies the b200-specific changes from #1158 in a single commit on top of the #1186 baseline.

What's included (the b200 part of #1158)

  • Image pinned to lmsysorg/sglang:deepseek-v4-blackwell@sha256:df18bfc4...
  • nvidia-master.yaml: low-latency rows get conc-start: 1 (was 4) for both 1k1k and 8k1k
  • dsv4_fp4_b200.sh:
    • New DP_ATTENTION env knob in check_env_vars
    • Common SGLANG_OPT_* env block (SWA_SPLIT_LEAF_ON_INSERT, USE_JIT_NORM, USE_JIT_INDEXER_METADATA, USE_TOPK_V2, USE_CUSTOM_ALL_REDUCE_V2)
    • Recipe-per-CONC dispatch (low-latency / balanced / max-throughput) selected by DP_ATTENTION + CONC

Files

  • .github/configs/nvidia-master.yamldsv4-fp4-b200-sglang block updated.
  • benchmarks/single_node/dsv4_fp4_b200.sh — recipe dispatch logic.
  • perf-changelog.yaml — single new entry to trigger the sweep.

Test plan

  • Sweep run on B200 completes end-to-end across all three recipes.
  • Result filenames carry ep=/dpa= suffixes that distinguish the recipes.

🤖 Generated with Claude Code

…1158)

Mirror of #1185 for the b200 side. Re-applies the b200-specific
changes from #1158 on top of the #1186 baseline.

- Image pinned to lmsysorg/sglang:deepseek-v4-blackwell@sha256:df18bfc4...
- Adds DP_ATTENTION env knob and SGLANG_OPT_* perf env vars
- Search space gets conc-start=1 in low-latency rows (was 4)
- Recipe-per-CONC dispatch in script: low-latency / balanced /
  max-throughput selected by DP_ATTENTION + CONC

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
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 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.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Comment thread benchmarks/single_node/dsv4_fp4_b200.sh
Comment thread perf-changelog.yaml
@cquil11 cquil11 changed the title dsv4-fp4-b200-sglang: recipe-per-CONC dispatch (re-apply b200 part of #1158) [NVIDIA][SGLang][redo PR] B200 DeepSeek v4 FP4 SGLang: recipe-per-CONC split Apr 26, 2026
github-actions Bot and others added 3 commits April 26, 2026 20:42
The flag was accidentally dropped during the recipe-per-CONC rewrite.
Restoring it to match the baseline methodology (prefix caching disabled)
and stay consistent with all other dsv4 sister scripts.

Co-authored-by: Cameron Quilici <cquil11@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… dispatch

The script has two branches (DP_ATTENTION true/false), not three CONC-keyed
recipes. Both balanced and max-throughput rows use the same DP-attention +
DeepEP flags — only --max-running-requests differs. Updated the
nvidia-master.yaml comment block and perf-changelog description to accurately
reflect this two-recipe dispatch.

Co-authored-by: Cameron Quilici <cquil11@users.noreply.github.com>
@cquil11 cquil11 merged commit 09f7769 into main Apr 26, 2026
2 checks passed
@cquil11 cquil11 deleted the chore/dsv4-fp4-b200-sglang-recipe-split branch April 26, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

2 participants