v1.2.0
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_seedand tests for prompt initialization by @vfbd in #3 - Use aria2 to download models if
aria2cis in PATH by @vfbd in #4
Full Changelog: v1.1.4...v1.2.0