Skip to content

Docker 1.2.0

Compare
Choose a tag to compare
@johnml1135 johnml1135 released this 09 Feb 21:25
· 40 commits to main since this release
61d49d8

What's Changed

  • Add option to save the model during build job by @ddaspit in #99

bug fixes

  • Restrict build options to only update model hyperparameters by @ddaspit in #88
  • Update error message to include filename by @isaac091 in #90
  • swap out 600M param model for tiny for faster startup by @johnml1135 in #92
  • Add test for default attributes in USFM by @ddaspit in #93
  • use sacremoses normalizer, ensure pretranslate.src.json and pretranslate.trg.json use same directory by @mshannon-sil in #96
  • Clean up get_chapters code and expand tests by @isaac091 in #97
  • Refactor get_chapters to not reuse code and add additional tests by @isaac091 in #98
  • And upgrade torch, numpy, pandas and accelerate as well as black, pyr… by @johnml1135 in #100

Full Changelog: docker_1.1.1...docker_1.2.0