Docker 1.2.0
What's Changed
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