Add Kimi K2.5 PD disaggregation on GB300 Slurm#36
Draft
khluu wants to merge 11 commits into
Draft
Conversation
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
Migrate the Kimi K2.5 GB300 workload to the current attention and MoE configuration flags. Co-Authored-By: Codex <noreply@openai.com>
Raise the role and engine startup deadlines so vLLM v0.25.1 can finish FlashInfer NVFP4 autotuning on all twelve GB300 workers.\n\nCo-Authored-By: Codex <noreply@openai.com>
Use BF16 KV cache while calibrated Kimi MLA FP8 scales are not loaded, size decoder concurrency to the resulting cache, and shorten the bring-up smoke. Also extend distributed readiness and tolerate delayed NFS result visibility without accepting stale artifacts. Co-Authored-By: Codex <noreply@openai.com>
Read orchestrator TSV streams from a dedicated file descriptor so Slurm and other child processes cannot consume the remaining workload rows through stdin. Cover vLLM bench, lm-eval, and BFCL loops with a regression test. Co-Authored-By: Codex <noreply@openai.com>
Capture the reusable model, topology, Slurm, router, validation, and Buildkite workflow from the Kimi K2.5 bring-up. Co-Authored-By: Codex <noreply@openai.com>
Resolve shared pipeline and orchestration conflicts while preserving current-main benchmark arguments, BFCL handling, Kubernetes cache behavior, and the Slurm PD path. Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@anthropic.com>
Co-Authored-By: Codex <noreply@openai.com>
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.
This PR was authored with assistance from Codex.
Summary
gb300-slurmBuildkite queue and ingest vLLM serving benchmark results with the full serving GPU count.Why
perf-eval previously assumed a single local vLLM server. Multi-node PD disaggregation needs one Slurm allocation, role-aware process placement, KV-transfer configuration, router lifecycle management, and benchmark execution inside that allocation. This adds those primitives while keeping the Kimi workload opt-in (
nightly: false).The benchmark loop also now reads workload TSV rows from a dedicated file descriptor. Slurm/Pyxis child processes could otherwise consume stdin and silently skip every benchmark configuration after the first.
Validation
python3 -m unittest discover -s tests -v— 33 tests passedbash -n lib/run.sh lib/server.sh lib/run_lm_eval.sh lib/run_vllm_bench.shpython3 -m py_compile .buildkite/generate_pipeline.py lib/ingest_perf.py lib/parse_workload.py lib/slurm_pd_launcher.pyFollow-up
Build #295 ran before the dedicated-stdin fix and therefore exercised only the smoke row. A full 8K/1K, concurrency-3072 rerun of the current head remains pending.