Skip to content

Releases: foundation-model-stack/fms-hf-tuning

v2.0.0-rc.1

27 Sep 17:17
0c6a062
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.2.1...v2.0.0-rc.1

v1.2.2

03 Sep 21:48
16543ee
Compare
Choose a tag to compare

What's Changed

  • deps: Add protobuf to support ALLaM models by @willmj in #328
  • deps: set previous versions for accelerate and trl for patch release by @willmj in #329

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Aug 17:20
a6d093e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.1-rc.1

16 Aug 16:00
a6d093e
Compare
Choose a tag to compare
v1.2.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0...v1.2.1-rc.1

v1.2.0

14 Aug 22:38
2d1c17c
Compare
Choose a tag to compare

Dependency Updates

  1. Update packaging requirement from less than 23.2 to a max of 24 to less than 23.2 to max of 25

API/Interface Changes

  1. Add optional save_model_dir where final checkpoint is saved. See https://github.com/foundation-model-stack/fms-hf-tuning/blob/main/README.md#saving-checkpoints-while-training

Full List of What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.2.0-rc.1

14 Aug 13:34
78909af
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.0-rc.1...v1.2.0-rc.1

v1.1.0

01 Aug 00:45
ab3b331
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc.1

30 Jul 16:23
537215f
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc.1...v1.1.0-rc.1

v1.0.0

19 Jul 12:52
4ed1bc4
Compare
Choose a tag to compare

New major features:

  1. Trainer Controller and ability to stop training earlier using metrics and thresholds. See https://github.com/foundation-model-stack/fms-hf-tuning?tab=readme-ov-file#trainer-controller-framework
  2. Experiment Tracker while tuning for more insights (choice of frameworks)

Dependency upgrades:

  1. Transformers to minimum version 4.42.0 needed for tuning of granite with llama models

API /interface changes:

  1. Introduction of tokenizer field in ModelArguments https://github.com/foundation-model-stack/fms-hf-tuning/blob/main/tuning/config/configs.py#L51 to allow custom tokenizer while tuning
  2. Deprecation of tokenizer field from PromptTuningConfig and moved to ModelArguments

Full List of what's Changed:

New Contributors

Full Changelog: v0.4.0...v1.0.0

v1.0.0-rc.1

18 Jul 18:02
aaf8cc9
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.0-rc.3...v1.0.0-rc.1