Skip to content

v0.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 22:11
f29bac1

🚀 Streaming v0.2.2

Streaming v0.2.2 is released! Install via pip:

pip install --upgrade mosaicml-streaming==0.2.2

New Features

  • Add in-browser partitioning visualizer (#108)
  • Add command-line partitioning visualizer (#115)

Bug Fixes

  • Get dataloader worker multiprocessing working with spawn, removing Mac OSX fork requirement (#97)
  • Improve error messaging (#100)
  • Fix CUDA OOM (#103)
  • Fix broken source code links in docs (#104)
  • Reference the shared memory object in a worker process when using spawn multiprocessing method (#106)
  • Release all the StreamingDataset resources during job termination (#107)

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2