Skip to content

Releases: VE-FORBRYDERNE/mtj-softtuner

v1.3.6

26 Dec 18:31
751fb40
Compare
Choose a tag to compare

What's Changed

  • Add support for the new PyTorch zip format by @vfbd in #15
  • Fix compatibility with UI2 by @vfbd in #16

Full Changelog: v1.3.5...v1.3.6

v1.3.5

03 Nov 03:23
bc119d8
Compare
Choose a tag to compare

What's Changed

  • Fix for GPT-J models with vocab_size % 8 != 0 by @vfbd in #13

Full Changelog: v1.3.4...v1.3.5

v1.3.4

19 Sep 18:05
0ff4ddf
Compare
Choose a tag to compare

What's Changed

  • Add embedding layernorm for BLOOM (007950d)
  • Clip optax version to <= 0.1.2 to fix failing tests by @vfbd in #9
  • Fix missing requirements by @vfbd in #10
  • Fix loading of base OPT-125M model and finetuned OPT models by @vfbd in #11
  • Fix aria2 model downloads by @vfbd in #12

Full Changelog: v1.3.3...v1.3.4

v1.3.3

20 Jun 18:05
c858633
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

18 Jun 03:53
50ce0a1
Compare
Choose a tag to compare

What's Changed

  • Fix various issues related to OPT models by @vfbd in #7

Full Changelog: v1.3.1...v1.3.2

v1.3.1

15 Jun 18:02
9e39331
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Jun 18:31
6273bb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Jun 20:33
Compare
Choose a tag to compare

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

v1.1.4

13 May 15:06
Compare
Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 May 18:50
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3