v0.6.1
版本发布时间: 2023-11-09 22:49:59
huggingface/peft最新发布版本:v0.12.0(2024-07-24 19:55:42)
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 https://github.com/huggingface/peft/pull/1077
- FIX: fix adaptation prompt CI and compatibility with latest transformers (4.35.0) by @younesbelkada in https://github.com/huggingface/peft/pull/1084
Safetensors fixes:
- [
core
] Fix safetensors serialization for shared tensors by @younesbelkada in https://github.com/huggingface/peft/pull/1101
What's Changed
- After release: Bump version to 0.7.0.dev0 by @BenjaminBossan in https://github.com/huggingface/peft/pull/1074
- Improve documentation for IA³ by @SumanthRH in https://github.com/huggingface/peft/pull/984
- [
Docker
] Update Dockerfile to force-use transformers main by @younesbelkada in https://github.com/huggingface/peft/pull/1085 - Update the release checklist by @BenjaminBossan in https://github.com/huggingface/peft/pull/1075
- fix-gptq-training by @SunMarc in https://github.com/huggingface/peft/pull/1086
- fix the failing CI tests by @pacman100 in https://github.com/huggingface/peft/pull/1094
- Fix f-string in import_utils by @KCFindstr in https://github.com/huggingface/peft/pull/1091
- Fix IA3 config for Falcon models by @SumanthRH in https://github.com/huggingface/peft/pull/1007
- FIX: Failing nightly CI tests due to IA3 config by @BenjaminBossan in https://github.com/huggingface/peft/pull/1100
- Change to 0.6.1.dev0 by @younesbelkada in https://github.com/huggingface/peft/pull/1102
New Contributors
- @KCFindstr made their first contribution in https://github.com/huggingface/peft/pull/1091
Full Changelog: https://github.com/huggingface/peft/compare/v0.6.0...v0.6.1