v0.17.0
What's Changed
- Update mcli examples to use 0.16.0 by @irenedea in #1713
- Refactor HF checkpointer by @milocress in #1690
Previously, MlFlow required PEFT models to be specified as a special "flavor" distinct from Transformers models. This workaround is no longer necessary, allowing us to simplify the codepath and cleanly abstract uploading the HuggingFace checkpoints from registering trained models. - Bump version to 0.18.0.dev by @milocress in #1717
Removes the deprecatedsample_weighing_factor
argument frommpt
loss calculations.
Full Changelog: v0.16.0...v0.17.0