feat: add Kimi K3 DSpark disaggregated reproduction - #735
Draft
maocheng23 wants to merge 18 commits into
Draft
Conversation
Contributor
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
added 11 commits
August 1, 2026 09:12
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
Migrate the prior four-node colocated Kimi K3 V1C continual DSpark run to current SpecForge as a two-node disaggregated job: one TP8 capture server plus one four-rank FSDP trainer.
The recipe preserves the observable training contract: five auxiliary layers, weights-only warm start, regenerated prompt order, effective global batch 128, constant LR, DSpark loss weights, 64K context, and checkpoint semantics.
Modifications
prompt_seedso online prompt order is reproducible without coupling it to model/trainer RNG.9acd9cba39f522da71c6d9b9695f2ceb41d36b18; retain the older target name as a compatibility alias.Upstream SGLang main currently has no
kimi_k3.py; this recipe therefore targets the latest public K3 serving branch rather than claiming upstream-main K3 support.Related Issues
N/A
Accuracy Test
Completed:
git apply --checkagainst9acd9cb: PASS.6d50e6bb9ee59095eed91bfba035081efef9fea43bece9ad5dd01c6648a8ef24.Pending before marking ready:
Benchmark & Profiling
No performance claim yet. Throughput and numerical-parity evidence will be added after the RunPod E2E gate.
Checklist