[AMD][MI35X] 0612 DSV4#1715
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. |
This comment was marked as outdated.
This comment was marked as outdated.
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27406714195 |
Successful run:
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27406714195
see unofficial run visualizer at https://inferencex.semianalysis.com/evaluation?unofficialRun=27406714195
Change:
Note
Low Risk
Benchmark and launch-script config only; no application auth, data, or core runtime code paths.
Overview
Updates DeepSeek-V4 FP4 on MI355X (SGLang) benchmark wiring for the 0612 ROCm image and aligned server flags.
dsv4-fp4-mi355x-sglangin.github/configs/amd-master.yamlnow pinslmsysorg/sglang-rocm:v0.5.13-rocm720-mi35x-20260612(replacing the priorv0.5.12.post1build).dsv4_fp4_mi355x_sglang.shno longer hard-codes--chunked-prefill-size 8192; it usesCHUNKED_PREFILL_SIZE=8192by default and sets8192 * TPwhenDP_ATTENTIONis enabled so TP8/DP8 runs use 65536.perf-changelog.yamlrecords the image bump, upstream MoEintermediate_padfix (sglang PR#27858), and the chunked-prefill correction for TP8/DP8.Reviewed by Cursor Bugbot for commit 387b083. Bugbot is set up for automated code reviews on this repo. Configure here.