Skip to content

v0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 20:36
6a30df6

🚀 Streaming v0.2.3

Streaming v0.2.3 is released! Install via pip:

pip install --upgrade mosaicml-streaming==0.2.3

New Features

  • Add scalar MDS encodings data types (#130)
  • Support of WebVid-10M dataset (#132)
  • Support of LAION-400M dataset (#87)
  • Make StreamingDataset[sample_id] block to download the given sample's shard if it is not present, so that the dataset can be used lazily (#118)
  • Support of a Streaming benchmarking script to get time taken by the individual component (#121)

Bug Fixes

  • Nuke concat option in C4 dataset (#129)
  • Fixed bug report markdown doc (#140)
  • Fixed ADE20K dataset conversion script (#133)

What's Changed

Full Changelog: v0.2.2...v0.2.3