-
Notifications
You must be signed in to change notification settings - Fork 2.2k
cover newly added models and improve tensor reshaping #3026
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: develop
Are you sure you want to change the base?
Conversation
|
Thanks for your contribution! |
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (72.28%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #3026 +/- ##
==========================================
Coverage ? 33.55%
==========================================
Files ? 428
Lines ? 69474
Branches ? 0
==========================================
Hits ? 23315
Misses ? 46159
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| ) | ||
| distributed_input_to_alltoall_out = ( | ||
| distributed_input_to_alltoall_out.view([num_local_experts, -1, capacity]) | ||
| distributed_input_to_alltoall_out.reshape([num_local_experts, -1, capacity]) |
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.
这是把所有模型里的view都换成reshape吗?没有问题的模型,不需要全部替换为reshape
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.
好的
PR types
Others
PR changes
Others
Description