Skip to content

v1.2.0

Choose a tag to compare

@vfbd vfbd released this 11 Jun 20:33
· 28 commits to main since this release

Model downloads are now significantly faster because they're now downloaded using aria2 instead of the Python requests module. OPT is now supported (up to 13B) and new prompt initialization methods were added.

What's Changed

  • OPT support
  • Kaiming initialization by @vfbd in #1
  • Vocabulary sample initialization by @vfbd in #2
  • Add trainer.data.prompt_seed and tests for prompt initialization by @vfbd in #3
  • Use aria2 to download models if aria2c is in PATH by @vfbd in #4

Full Changelog: v1.1.4...v1.2.0