Skip to content

v0.8.1

Compare
Choose a tag to compare
@snarayan21 snarayan21 released this 23 Aug 20:26
a9a7d04

🚀 Streaming v0.8.1

Streaming v0.8.1 is released! Install via pip:

pip install --upgrade mosaicml-streaming==0.8.1

🔧 Improvements

Dataloader hanging between epochs has now been resolved! We've seen training time improvements of up to 40% for some many-epoch training jobs. If this was impacting your runs and has now been fixed, please let us know!

  • Fix dataloader hang at the end of an epoch by @XiaohanZhangCMU in #741
  • Add default compression, and warning about local paths to dataframe_to_mds by @srowen in #748
  • Throw exception when event.is_set() after write()s by @srowen in #754

🐛 Bug Fixes

  • Ensure deterministic sample order between epochs when shuffle=False by @snarayan21 in #750

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1