-
Notifications
You must be signed in to change notification settings - Fork 550
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
added extra check in __del__ #1322
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchtune/1322
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit dc522b3 with merge base 0531dcb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Going to be annoying - can you confirm correct error is raised when wandb isn't installed, please? |
One of us!!!! |
(╯°□°)╯︵ ┻━┻ |
@joecummings @SalmanMohammadi good call :P fixed it |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1322 +/- ##
==========================================
- Coverage 68.57% 68.56% -0.01%
==========================================
Files 258 258
Lines 11972 11975 +3
==========================================
+ Hits 8210 8211 +1
- Misses 3762 3764 +2 ☔ 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.
STAMP
Context
What is the purpose of this PR? Is it to
see #1298 for context
Changelog
just add extra check
Test plan