Add Kimi-K2.5 MXFP4 PD disaggregation recipe and update configurations#1575
Open
Jasen2201 wants to merge 4 commits into
Open
Add Kimi-K2.5 MXFP4 PD disaggregation recipe and update configurations#1575Jasen2201 wants to merge 4 commits into
Jasen2201 wants to merge 4 commits into
Conversation
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
🏷️ CI GuideRuns automatically on every eligible PR before approval:
Heavy model tests:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new mesh recipe documenting how to run Kimi-K2.5 (MXFP4) in a 1P+1D prefill/decode-disaggregated setup using ATOM + Mooncake KV transfer + atomesh routing.
Changes:
- Added a single-node (8-GPU) PD-disaggregation serving recipe for
amd/Kimi-K2.5-MXFP4. - Included verification (curl), GSM8K accuracy (lm_eval), and serving benchmark commands via the atomesh router.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+126
to
+128
| ## Serving Benchmark (via Router) | ||
|
|
||
| ```bash |
From PR #1580: enable MXFP4 intermediate output for INT4 quick reduce. Co-Authored-By: Claude <noreply@anthropic.com>
| @@ -0,0 +1,148 @@ | |||
| # Kimi-K2.5 PD Disaggregation with atomesh | |||
Comment on lines
+1
to
+5
| # Kimi-K2.5 PD Disaggregation with atomesh | ||
|
|
||
| PD-disaggregated serving for Kimi-K2.5 (MXFP4, text-only backbone) using the | ||
| ATOM native backend, Mooncake RDMA KV transfer, and atomesh routing. Single-node | ||
| 1P+1D topology. |
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.
Motivation
Technical Details
Test Plan
Test Result
Submission Checklist