-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug Fix] fix allreduce tensor dtype #7876
Conversation
Reason: some CCL not support bool dtype
Thanks for your contribution! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7876 +/- ##
========================================
Coverage 56.67% 56.67%
========================================
Files 588 588
Lines 89243 89253 +10
========================================
+ Hits 50580 50586 +6
- Misses 38663 38667 +4 ☔ View full report in Codecov by Sentry. |
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.
LGTM
可以帮忙合入一下吗? @wawltor |
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.
LGTM
* [Bug Fix] fix allreduce tensor dtype Reason: some CCL not support bool dtype * update int8 to int32
Reason: some CCL not support bool dtype
PR types
Bug fixes
PR changes
Others
Description
update
is_resume_from_checkpoint
tensor dtype from bool to int8 because some CCL not support bool dtype.