-
Notifications
You must be signed in to change notification settings - Fork 34
Slamp dump 0.5 from main #202
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update version to 0.5.0
2) Fixed logger format for regular stderr/stdout handler. 3) world_local_tmp can be None if it is not specified in the ENV.
InJob logger regression
`TORCH_NCCL_BUFFER_SIZE` (< 2.8), `TORCH_FR_BUFFER_SIZE`(>=2.8) additionally
Fixes error propagation during checkpoint saving by using torch's DistWrapper to send the exception to the coordinator instead of killing the process early. Also fixes call path to ensure necessary operations happen in finally blocks. Adds a test and slightly refactors the multiprocessing invocation to allow overriding the open() function with one that raises an exception. This enables the test. In the future we will factor our the filesystem operations into a delegate so it can be more easily mocked.
Consider torch version for FR env variables
- Update async_ckpt.py example with improved functionality - Update async_writer.py with MSC support and bug fixes - Update local_ckpt.py example - Update usage guide documentation
Make logging exhaustive UT optional
…ior like dist and non-dist CP
checkpointing: fix error propagation and add test
examples: update to add MSC support, fix multi-server support, and update docs
…ior like dist and non-dist CP
Use previous logging file when available
fix: require explicit rdzv-endpoint for c10d backend
feat: Add infrastructure rank support and optimize section monitoring
fix(async_ckpt): prevent cross-call state pollution in AsyncRequest
…gress of the workload
…bution and compare output with reference
feat: Flight recorder attribution module
…ersistent async workers
…er_abort Training exit after Inprocess abort should ensure clean shutdown of PersistentAsync worker
rhewett-nv
approved these changes
Oct 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
.