-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[BugFix] Try except sequence parallel utils #8189
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8189 +/- ##
===========================================
+ Coverage 55.15% 55.37% +0.22%
===========================================
Files 601 601
Lines 91764 91781 +17
===========================================
+ Hits 50611 50828 +217
+ Misses 41153 40953 -200 ☔ 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
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,现在可以正确导包了
* try except sp * fix sp import
PR types
Bug fixes
PR changes
Others
Description
Try except sequence parallel utils.