-
Notifications
You must be signed in to change notification settings - Fork 423
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
Switch mosaicml logger to use futures to enable better error handling #2702
Conversation
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! Thanks for adding the test
7635d28
to
f4700a2
Compare
Co-authored-by: Aaron Gokaslan <[email protected]>
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.
@j316chuck can we run one final manual test because we've changed a lot
Co-authored-by: Mihir Patel <[email protected]>
test run name: |
What does this PR do?
Switch mosaicml logger to use futures to enable better error handling.
Helps close out this PR from Tyler.
What issue(s) does this change relate to?
Tests that if mcli retries fail (currently it'll retry 10x with an exponentail backoff), then the run fails.
Tests
Added unit tests