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:
- [
core
] Fix safetensors serialization for shared tensors by @younesbelkada in #1101
What's Changed
- After release: Bump version to 0.7.0.dev0 by @BenjaminBossan in #1074
- Improve documentation for IA³ by @SumanthRH in #984
- [
Docker
] Update Dockerfile to force-use transformers main by @younesbelkada in #1085 - Update the release checklist by @BenjaminBossan in #1075
- fix-gptq-training by @SunMarc in #1086
- fix the failing CI tests by @pacman100 in #1094
- Fix f-string in import_utils by @KCFindstr in #1091
- Fix IA3 config for Falcon models by @SumanthRH in #1007
- FIX: Failing nightly CI tests due to IA3 config by @BenjaminBossan in #1100
- Change to 0.6.1.dev0 by @younesbelkada in #1102
New Contributors
- @KCFindstr made their first contribution in #1091
Full Changelog: v0.6.0...v0.6.1