Change8

v0.18.0.rc0

Breaking Changes
📦 peftView on GitHub →
1 breaking🐛 4 fixes1 deprecations🔧 2 symbols

Summary

This release introduces changes to CPT, making task_type mandatory and deprecating a feature. It also includes several bug fixes for CPT tests, examples, and notebook functionality.

⚠️ Breaking Changes

  • Passing task_type is now mandatory for CPT (was optional before). Set it to CAUSAL_LM.

🐛 Bug Fixes

  • Resolved an issue where the logging_dir argument in the notebook caused an error.
  • Removed an unnecessary warning import in the CPT configuration.
  • Adjusted the BOFT configuration to be compatible with vision models.
  • Improved styling.

Affected Symbols

⚡ Deprecations

  • A feature in CPT has been deprecated. No further details provided in the release notes.