[Klaud Cold] minimaxm3 H100/H200 non-MTP: conc-1 latency + full TEP coverage (1-256)#1761
Conversation
H100: TP8 latency rows start at conc 1; TP8+EP8 (TEP8) now sweeps conc 1-256. H200: TP4 and TP8 latency rows start at conc 1; TP4+EP4 (TEP4) and TP8+EP8 (TEP8) now sweep conc 1-256, adding a TEP4 row to 8k1k. H200 TEP8 upper bound moves 512->256 (high concurrency stays covered by the dp-attn DEP rows). DEP rows unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
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=27513434045 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27513434236 |
|
/reuse-sweep-run |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=27517474476 |
Summary
Extends the MiniMax-M3 MXFP8 H100 and H200 non-MTP sweeps to concurrency 1 on the latency rows and adds full TEP coverage from conc 1 to 256.
H100 (
minimaxm3-fp8-h100-vllm):H200 (
minimaxm3-fp8-h200-vllm):Config/search-space change only; no script changes.
Validation
generate_sweep_configs.py test-config→ 103 configs; per-layout ranges confirm latency rows start at conc 1 and TEP4/TEP8 span 1-256; DEP rows unchanged.🤖 Generated with Claude Code
Note
Low Risk
YAML-only benchmark sweep range changes; no application logic, auth, or data paths.
Overview
Benchmark sweep search-space updates for MiniMax-M3 MXFP8 on H100 and H200 (
minimaxm3-fp8-h100-vllm,minimaxm3-fp8-h200-vllm); no runtime or script changes.Latency (TP-only) rows now start at concurrency 1 instead of 4 (H100: TP8 on 1k1k and 8k1k; H200: TP4 and TP8 on both sequence lengths).
TEP rows sweep 1→256 end-to-end: H100 TP8+EP8; H200 TP4+EP4 and TP8+EP8, including a new TP4+EP4 row for 8k1k where TEP4 was missing. On H200 1k1k, TP8+EP8 upper bound is 512→256 so TEP aligns with 1–256; dp-attn DEP rows are unchanged and still cover higher concurrency.
perf-changelog.yamldocuments the same scope for PR #1761.Reviewed by Cursor Bugbot for commit c072cbf. Bugbot is set up for automated code reviews on this repo. Configure here.