Skip to content

v0.2.17

Compare
Choose a tag to compare
@awaelchli awaelchli released this 22 Jul 13:05
· 104 commits to main since this release
09129c1

This release contains new features and fixes for distributed training.

Important: This release fixes hangs in distributed training by ensuring the same number of batches are returned on each rank (#237). However, this and other fixes change how samples are assigned to ranks and is therefore a breaking change. Resuming from checkpoints created with an older version of LitData will not be valid (if you are using the stateful data loader feature).

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.2.17