-
Notifications
You must be signed in to change notification settings - Fork 335
[Misc] Cherry pick #1749 #1755 from v0.9.1-dev #1826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1826 +/- ##
==========================================
+ Coverage 71.38% 73.59% +2.20%
==========================================
Files 100 101 +1
Lines 10981 11454 +473
==========================================
+ Hits 7839 8429 +590
+ Misses 3142 3025 -117
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vllm_ascend/ops/fused_moe.py
Outdated
dist.all_gather(list(chunk_hidden_states), e_hidden_states, | ||
self.tp_group) | ||
final_hidden_states = torch.cat(chunk_hidden_states, dim=0) | ||
if fused_moe_state != FusedMoEState.AllGather: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you drop the consideration of the AllGatherEP
and NaiveMulticast
states?
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
Signed-off-by: wangli <wangli858794774@gmail.com>
What this PR does / why we need it?
Cherry pick #1749 #1755 from v0.9.1-dev
Co-authored-by: zouyida zouyida@huawei.com
Co-authored-by: zzzzwwjj 1183291235@qq.com
Co-authored-by: wangli wangli858794774@gmail.com
Does this PR introduce any user-facing change?
How was this patch tested?