-
Notifications
You must be signed in to change notification settings - Fork 279
[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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1826 +/- ##
==========================================
+ Coverage 60.17% 60.36% +0.19%
==========================================
Files 71 71
Lines 7989 7975 -14
==========================================
+ Hits 4807 4814 +7
+ Misses 3182 3161 -21
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:
|
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>
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?
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?