Update MiniMax M2.5 FP8 H200 vLLM agg recipes#1354
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=25772346949 |
3dea91d to
c3d1ef6
Compare
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=25814571481 |
1 similar comment
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=25814571481 |
|
@claude please review |
|
Claude finished @kedarpotdar-nv's task in 2m 38s —— View job Review: Update MiniMax M2.5 FP8 H200 vLLM agg recipes
Overall: Looks good. The PR modernizes the MiniMax M2.5 FP8 H200 vLLM benchmark script with proper quoting, FP8 KV cache, FlashInfer attention with autotune, Triton MoE backend, and MiniMax QK norm fusion via compilation config. CI is green.
|
|
Opened a recipes PR here: vllm-project/recipes#474 |
c3d1ef6 to
8e3037d
Compare
|
@functionstackx vllm-project/recipes#474 was merged, could you please approve this PR? thanks |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26137455891 |
|
see unofficial run visualizer at https://inferencex.semianalysis.com/inference?unofficialRun=26468137754 |
(Identical to #1298 except the source branch is no longer from a fork so that CI can run)
Set vLLM serving knobs in
benchmarks/single_node/minimaxm2.5_fp8_h200.sh: generated benchmark max-model-len, previous eval max-model-len handling, fp8 KV cache, FlashInfer attention/autotune, Triton MoE, and MiniMax QK norm fusion.Note
Low Risk
Benchmark and CI config only—no production auth or app logic; changes affect how perf jobs run and what hardware knobs are swept.
Overview
Tightens MiniMax-M2.5 FP8 on H200 (vLLM) benchmark recipes by changing how the server is launched and how CI sweeps concurrency/tensor parallelism.
benchmarks/single_node/minimaxm2.5_fp8_h200.shnow sets runtime env (e.g. disabling Deep GEMM / blockscale FlashInfer FP8 GEMM), defaults for max-num-seqs, max-num-batched-tokens, and a compilation-config with MiniMax QK-norm fusion, and passes new vLLM flags: fp8 KV cache, Triton MoE, FlashInfer attention with autotune, plus safer quoting and array-style expert-parallel args.In
.github/configs/nvidia-master.yaml, fixed-seq-len search forminimaxm2.5-fp8-h200-vllmshifts from tp 8 / conc 4–128 to tp 4 / conc 1–256 (two ISL/OSL points).perf-changelog.yamldocuments the recipe update (image v0.20.1-ubuntu2404 and serving knobs).Reviewed by Cursor Bugbot for commit 111df5b. Bugbot is set up for automated code reviews on this repo. Configure here.