dsv4-fp4-b300-sglang: update image to nightly#1506
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. |
1 similar comment
|
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. |
f25519e to
cf36b0c
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26109529858 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26109534591 |
d8ca8a8 to
09875d7
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26221509538 |
1 similar comment
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26221509538 |
09875d7 to
cfa7211
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26658560606 |
…e0b, refactor script, switch to megamoe
cfa7211 to
0ba92fd
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26658745339 |
1 similar comment
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26658745339 |
Summary
deepseek-v4-b300@sha256:2fec8d...tonightly-dev-cu13-20260518-c67b2870--moe-a2a-backend deepeptomegamoe--deepep-config(not needed by megamoe)ep: 4→ep: 1(flashinfer_mxfp4 doesn't set ep=tp)Note
Low Risk
Benchmark and CI config only—no production serving or auth paths; risk is mis-tuned launch flags affecting perf numbers.
Overview
Updates
dsv4-fp4-b300-sglangto a newer SGLang nightly image and aligns the B300 DeepSeek-V4-Pro benchmark with megamoe for high concurrency.The nvidia-master config drops the B200-recipe note, documents CONC-based recipes (TP-only / DP+flashinfer / DP+megamoe), and fixes the CONC=512 search point from
ep: 4toep: 1so result names match flashinfer_mxfp4 (no implicitep=tp).dsv4_fp4_b300_sglang.shis refactored to choose launch settings byCONConly (no nestedDP_ATTENTION/EP_SIZEbranches). 2048 / 4096 / 8192 now use--moe-a2a-backend megamoeinstead of deepep; 512 stays DP-attn + flashinfer_mxfp4. Several SGLANG_OPT_* env vars and--deepep-configare removed as obsolete or megamoe-handled.pip install --upgrade transformersis added before serving benchmarks.perf-changelog.yamlrecords the change.Reviewed by Cursor Bugbot for commit 0ba92fd. Bugbot is set up for automated code reviews on this repo. Configure here.