Image: quay.io/modh/fms-hf-tuning:v2.5.0
In v2.5.0, fms-hf-tuning
library is now built with python 3.12. See more on support update below.
Other note-worthy updates in this release:
New tracker:
- New tracker using HFResourceScanner to enable lightweight tracking of memory usage and train time during training.
Support update:
- We have tested and extended the support for python 3.12.
fms-hf-tuning
can now run with py 3.9, 3.10, 3.11 and 3.12. Dockerfile
is updated to use python 3.12 as default.
What's Changed
- docs: EOS token support by @willmj in #443
- feat: add scanner tracker by @aluu317 in #422
- docs: add note to note that file extension is required in training data path by @willmj in #447
- feat: updates documentation with chat template guide flowchart by @YashasviChaurasia in #445
- chore: bump python version by @dushyantbehl in #449
New Contributors
- @YashasviChaurasia made their first contribution in #445
Full Changelog: v2.4.0...v2.5.0