Skip to content

0.6.1 Patch Release: compatibility of Adaptation Prompt with transformers 4.35.0

Compare
Choose a tag to compare
@younesbelkada younesbelkada released this 09 Nov 14:49
· 515 commits to main since this release

This patch release fixes the compatbility issues with Adaptation Prompt that users faced with transformers 4.35.0. Moreover, it fixes an issue with token classification PEFT models when saving them using safetensors

Adaptation prompt fixes

  • FIX: Skip adaption prompt tests with new transformers versions by @BenjaminBossan in #1077
  • FIX: fix adaptation prompt CI and compatibility with latest transformers (4.35.0) by @younesbelkada in #1084

Safetensors fixes:

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1