[EPLB] Make async EPLB default#43219
Open
ilmarkov wants to merge 1 commit into
Open
Conversation
Signed-off-by: Markov Ilya <markovilya19@gmail.com>
Contributor
|
Documentation preview: https://vllm--43219.org.readthedocs.build/en/43219/ |
yewentao256
reviewed
May 20, 2026
Member
yewentao256
left a comment
There was a problem hiding this comment.
Thanks for the work! Could you also add lm_eval metrics to show we don't hurt acc?
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the default configuration for Expert Parallel Load Balancing (EPLB) to use asynchronous mode by setting use_async to true in vllm/config/parallel.py and the documentation. Integration tests and Buildkite configurations have been updated to explicitly use synchronous mode where necessary, with labels renamed to Sync EPLB to reflect this change. I have no feedback to provide.
Contributor
Author
|
@yewentao256 The description is updated. |
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.
Set async EPLB by default
Performance evaluation
Model DeepSeekR1-NVFP4, 32xGB200, decode nodes (with 4 GPUs each), nixl eplb connector. UCX is using MNNVL. Pure decode workload: ISL=1, OSL=1500, dataset: sharegpt
Server:
Results
Sync Rearrangement Stall Duration
Mean: 0.91s, Min: 0.65s, Max: 1.70s
Total stall time: ~20s across 22 rearrangements.
ITL P99
Async EPLB shows better p99 results without stoping the execution.
Validation
Server:
gsm8k
default - async
sync EPLB:
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.