Skip to content

Conversation

@offline893
Copy link
Contributor

@offline893 offline893 commented Nov 29, 2025

What this PR does / why we need it?

Fix eplb enable when using mtp float weights. It will be remove when eplb supporting mtp and float weights.

Does this PR introduce any user-facing change?

How was this patch tested?

Deepseek-V3 + MTP + EPLB in A3.
Uploading image.png…

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request fixes an issue where expert load balancing (EPLB) could not be enabled with float weights. The change introduces a temporary flag, init_eplb_enable, to conditionally bypass a quantization check that was incorrectly triggered for float weights, specifically for dynamic EPLB. The logic seems correct. I've added one comment to improve the clarity of the TODO comment associated with this temporary flag, which will enhance code maintainability.

@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

offline0806 and others added 2 commits November 29, 2025 17:57
Signed-off-by: offline0806 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: offline893 <[email protected]>
@MengqingCao
Copy link
Collaborator

plz rebase to the latest main to run ci correctly

@MengqingCao MengqingCao added ready read for review ready-for-test start test by label for PR labels Dec 1, 2025
Copy link
Collaborator

@MengqingCao MengqingCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for this fix!

@MengqingCao MengqingCao merged commit 2fa3945 into vllm-project:main Dec 2, 2025
22 checks passed
ChenCangtao pushed a commit to ChenCangtao/vllm-ascend that referenced this pull request Dec 3, 2025
)

### What this PR does / why we need it?
Fix eplb enable when using mtp float weights. It will be remove when
eplb supporting mtp and float weights.

### How was this patch tested?
Deepseek-V3 + MTP + EPLB in A3.

- vLLM version: v0.11.2
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2

---------

Signed-off-by: offline0806 <[email protected]>
Signed-off-by: offline893 <[email protected]>
Co-authored-by: offline0806 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Dec 4, 2025
)

### What this PR does / why we need it?
Fix eplb enable when using mtp float weights. It will be remove when
eplb supporting mtp and float weights.

### How was this patch tested?
Deepseek-V3 + MTP + EPLB in A3.

- vLLM version: v0.11.2
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2

---------

Signed-off-by: offline0806 <[email protected]>
Signed-off-by: offline893 <[email protected]>
Co-authored-by: offline0806 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Che Ruan <[email protected]>
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Dec 4, 2025
)

### What this PR does / why we need it?
Fix eplb enable when using mtp float weights. It will be remove when
eplb supporting mtp and float weights.

### How was this patch tested?
Deepseek-V3 + MTP + EPLB in A3.

- vLLM version: v0.11.2
- vLLM main: https://github.com/vllm-project/vllm/commit/v0.11.2

---------

Signed-off-by: offline0806 <[email protected]>
Signed-off-by: offline893 <[email protected]>
Co-authored-by: offline0806 <[email protected]>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Che Ruan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module:ops ready read for review ready-for-test start test by label for PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants