Skip to content

v0.4.1

Choose a tag to compare

@tushuhei tushuhei released this 12 Jan 23:02
· 888 commits to main since this release
c1d8199

⚠️ Breaking Change ⚠️

We added a significant change to the model training script scripts/train.py.

  • The --chunk-size option is removed because the bottleneck of memory consumption has shifted due to the overhaul.
  • The script does not shuffle the input data any more. You need to shuffle the data by yourself using tools such as shuf if needed.

What's Changed

Full Changelog: v0.4.0...v0.4.1