[NV] update B300 disagg recipes#1887
Open
biswapanda wants to merge 27 commits into
Open
Conversation
# Conflicts: # perf-changelog.yaml
# Conflicts: # .github/configs/nvidia-master.yaml
e981e26 to
ce6b59d
Compare
ce6b59d to
37d5e2c
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d08cc43. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Medium Risk
Large benchmark-only surface area, but the launcher mutates cloned srt-slurm and patches installed vLLM at runtime—failures would affect CI/cluster jobs rather than app users.
Overview
Adds MiniMax-M3 MXFP8 disaggregated Dynamo + vLLM fixed-sequence benchmarks on B300, including a new
minimaxm3-fp8-b300-dynamo-vllmentry innvidia-master.yamlwith 1k/1k and 8k/1k search spaces (prefill DEP2, varied decode topologies and concurrencies).Introduces local srt-slurm recipes under
benchmarks/multi_node/srt-slurm-recipes/vllm/minimax-m3/b300-fp8/and wireslaunch_b300-nv.shto overlay them onsa-submission-q2-2026, set model paths, runminimax-m3-vllm-fixes.shviasrtctl --setup-script, apply the srt-slurm node-IP patch, optionally excludeb300-018, and verify#SBATCH --excludein the generated script.The setup script patches the installed vLLM image at job time: contiguous MSA prefill top-k for CSR, and NIXL KV block-length checks using GQA head ratios (heterogeneous TP). Recipes add TP4 + Marlin decode options, colocated 6-GPU pairs with CUDA IPC for NIXL on selected shapes, and 8k1k fp8 KV / attention settings aligned with 1k1k.
Documents the work in
perf-changelog.yaml(PR #1863).Reviewed by Cursor Bugbot for commit b2e71c8. Bugbot is set up for automated code reviews on this repo. Configure here.