Skip to content

Adapters v1.0.0

Latest
Compare
Choose a tag to compare
@calpt calpt released this 10 Aug 15:47
· 2 commits to main since this release

Blog post: https://adapterhub.ml/blog/2024/08/adapters-update-reft-qlora-merging-models

This version is built for Hugging Face Transformers v4.43.x.

New Adapter Methods & Model Support

Breaking Changes & Deprecations

  • Remove support for loading from archived Hub repository (@calpt via #724)
  • Remove deprecated add_fusion() & train_fusion() methods (@calpt via #714)
  • Remove deprecated arguments in push_adapter_to_hub() method (@calpt via #724)
  • Deprecate support for passing Python lists to adapter activation (@calpt via #714)

Minor Fixes & Changes