[AMD][MI35X] Qwen3.5-fp4 SGLang single-node benchmark#1680
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. |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27124776305 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27130906063 |
| @@ -38,6 +39,8 @@ python3 -m sglang.launch_server --model-path=$MODEL --trust-remote-code \ | |||
| --model-loader-extra-config '{"enable_multithread_load": true}' \ | |||
| --watchdog-timeout 1200 \ | |||
| --disable-radix-cache \ | |||
| --enable-aiter-allreduce-fusion --max-running-requests $CONC \ | |||
There was a problem hiding this comment.
thanks for the contributing @1am9trash can u add this too the cookbook?
Create branch from @yichiche branch.
Note
Low Risk
Benchmark and CI config only; no application auth or production serving paths. Sweep reduction avoids known OOM on high-concurrency MTP runs.
Overview
Updates Qwen3.5 FP4 MI355X single-node SGLang benchmarks (
qwen3.5-fp4-mi355x-sglangand-mtp) to a newer ROCm image (lmsysorg/sglang-rocm:v0.5.12.post1-rocm720-mi35x-20260604) and aligns the launch recipes with AITER perf flags.The base and MTP shell scripts now set
SGLANG_USE_AITER_UNIFIED_ATTN=1and pass--enable-aiter-allreduce-fusion,--max-running-requests $CONC, and--page-size 16alongside the existing--attention-backend aiter. For MTP, thetp: 2sweep caps concurrency at 128 instead of 256 to avoid OOM. Aperf-changelog.yamlentry documents the image bump, backend/flag changes, and sweep trim.Reviewed by Cursor Bugbot for commit c8804e2. Bugbot is set up for automated code reviews on this repo. Configure here.