Add --speculative-moe-tp-size=1 flag to run Deepseek MTP layer with no parallelism.#16590
Closed
trevor-m wants to merge 6 commits intosgl-project:mainfrom
Closed
Add --speculative-moe-tp-size=1 flag to run Deepseek MTP layer with no parallelism.#16590trevor-m wants to merge 6 commits intosgl-project:mainfrom
trevor-m wants to merge 6 commits intosgl-project:mainfrom
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Fridge003
reviewed
Jan 7, 2026
79eaed5 to
8ea5047
Compare
c5870e1 to
a0ad018
Compare
a0ad018 to
8121e7f
Compare
Collaborator
|
enable_nextn_moe_sparse_fully_dp import error fix: bytedance-iaas@7111c5f |
Collaborator
Author
Thanks @rainj-me! |
Collaborator
|
/tag-and-rerun-ci |
Fridge003
approved these changes
Jan 8, 2026
Fridge003
added a commit
that referenced
this pull request
Jan 8, 2026
Collaborator
Author
|
Closing since fp8 mtp layer provided better perf |
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
For wideep+MTP.
For Deepseek FP4, this flag allows the TP/EP size to be set to 1 for the MTP layer only. This will potentially avoid communication overhead and issues where the experts aren't divisible by the number of workers.
Modifications
Accuracy Tests
Benchmarking and Profiling
Checklist
Review Process
/tag-run-ci-label,/rerun-failed-ci,/tag-and-rerun-ci) or contact authorized users to do so.