Add GB300 Slurm Pyxis smoke path#30
Draft
khluu wants to merge 3 commits into
Draft
Conversation
AI assistance was used. Signed-off-by: vLLM CI <ci@vllm.ai>
1016e31 to
b6c088d
Compare
added 2 commits
June 27, 2026 06:57
Signed-off-by: vLLM CI <ci@vllm.ai>
Signed-off-by: vLLM CI <ci@vllm.ai>
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.
Summary
deepseek_v4_flash_gb300_slurmworkload andGB300_SLURMprofile for the Axis Slurm/Pyxis path.num_nodes > 1, the default launcher now uses non-Ray native vLLM MP serving: onevllm servetask per node,--distributed-executor-backend mp,--nnodes,--master-addr,--node-rank, and--headlesson follower nodes.--container-workdirsupport for server and benchmark-client steps so results can be written from inside the container back to a shared mounted checkout.tail -Fprocess.AI assistance was used.
Smoke Status
A bounded manual Axis GB300 pass against this PR's Slurm/Pyxis substrate passed outside Buildkite:
4/4benchmark requests with0failures.4/4benchmark requests with0failures and produced the expected per-GPU ingest denominator for 8 GPUs.--container-workdirpointed at the shared checkout mount.The staged Axis image has
vllm,uv, andninja, but not Dynamo, so SRT-Slurm is not a drop-in path with that image. SRT can be added later through a site wrapper or a dedicated SRT/Dynamo-capable image and checkout; it should not block this Slurm/Pyxis substrate.Remaining Gates
deepseek_v4_flash_gb300_slurmsmoke or equivalent larger workload shape passes.VLLM_IMAGEto a local Axis.sqsh, for example/home/inf-simon/containers/vllm-openai-v0.20.0-cu130.sqsh; relying on the default Docker image path risks a Docker Hub import on the rack.Validation
python3 -m py_compile .buildkite/generate_pipeline.py lib/parse_workload.py lib/ingest_perf.pybash -n lib/run.sh && bash -n lib/server.sh && bash -n lib/run_lm_eval.sh && bash -n lib/run_vllm_bench.sh && bash -n lib/slurm_launch_vllm.shworkloads/deepseek_v4_flash_gb300_slurm.yaml, verifyingslurm,2nodes,4GPUs per node,8total GPUs,batch,gpu:b300:4, Pyxis, Axis mounts,HF_HOME=/local_scratch/hf-models, and bench-only metadata.WORKLOADS=deepseek_v4_flash_gb300_slurm python3 .buildkite/generate_pipeline.pysbatchand generated per-nodesruncommands include--gres gpu:b300:4,--partition batch,--exclusive, Pyxis image,--container-workdir, native MP rank flags, and--headlesson follower nodes.--container-workdirare passed to the clientsrun.stop_log_streamkills the stream process group and leaves notail -Fmember behind.git diff --check