Peft

Latest version: v0.14.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.8.1.dev0

* Fix breaking change by younesbelkada in https://github.com/huggingface/peft/pull/1414
* Patch Release v0.8.1 by pacman100 in https://github.com/huggingface/peft/pull/1415


**Full Changelog**: https://github.com/huggingface/peft/compare/v0.8.0...v0.8.1

0.8.0

New Contributors
* butyuhao made their first contribution in https://github.com/huggingface/peft/pull/1271
* Damjan-Kalajdzievski made their first contribution in https://github.com/huggingface/peft/pull/1244
* NripeshN made their first contribution in https://github.com/huggingface/peft/pull/1217
* hiyouga made their first contribution in https://github.com/huggingface/peft/pull/1256
* tdrussell made their first contribution in https://github.com/huggingface/peft/pull/1294
* blbadger made their first contribution in https://github.com/huggingface/peft/pull/1190
* yileld made their first contribution in https://github.com/huggingface/peft/pull/1333
* s-k-yx made their first contribution in https://github.com/huggingface/peft/pull/1263
* kuronekosaiko made their first contribution in https://github.com/huggingface/peft/pull/1341
* TaoSunVoyage made their first contribution in https://github.com/huggingface/peft/pull/1129
* arnavgarg1 made their first contribution in https://github.com/huggingface/peft/pull/1375
* sfriedowitz made their first contribution in https://github.com/huggingface/peft/pull/1398

**Full Changelog**: https://github.com/huggingface/peft/compare/v0.7.1...v0.8.0

0.7.1

New Contributors
* Titus-von-Koeller made their first contribution in https://github.com/huggingface/peft/pull/1242
* ngocbh made their first contribution in https://github.com/huggingface/peft/pull/1205

**Full Changelog**: https://github.com/huggingface/peft/compare/v0.7.0...v0.7.1

0.7.0

New Contributors
* KCFindstr made their first contribution in https://github.com/huggingface/peft/pull/1091
* winglian made their first contribution in https://github.com/huggingface/peft/pull/1109
* lukaskuhn-lku made their first contribution in https://github.com/huggingface/peft/pull/1107
* coding-famer made their first contribution in https://github.com/huggingface/peft/pull/1121
* Wauplin made their first contribution in https://github.com/huggingface/peft/pull/1145
* alexrs made their first contribution in https://github.com/huggingface/peft/pull/1153
* merveenoyan made their first contribution in https://github.com/huggingface/peft/pull/1181
* elyxlz made their first contribution in https://github.com/huggingface/peft/pull/1076
* umarbutler made their first contribution in https://github.com/huggingface/peft/pull/1186
* callanwu made their first contribution in https://github.com/huggingface/peft/pull/1159
* yxli2123 made their first contribution in https://github.com/huggingface/peft/pull/1150
* zhangsheng377 made their first contribution in https://github.com/huggingface/peft/pull/1092
* okotaku made their first contribution in https://github.com/huggingface/peft/pull/1160
* Akash190104 made their first contribution in https://github.com/huggingface/peft/pull/1054

**Full Changelog**: https://github.com/huggingface/peft/compare/v0.6.2...v0.7.0

Significant community contributions

The following contributors have made significant changes to the library over the last release:

alexrs

* Delete IA3 adapter by alexrs in https://github.com/huggingface/peft/pull/1153

callanwu

* add options to save or push model by callanwu in https://github.com/huggingface/peft/pull/1159

elyxlz

* Fix issue where you cannot call PeftModel.from_pretrained with a private adapter by elyxlz in https://github.com/huggingface/peft/pull/1076

lukaskuhn-lku

* Fix: TorchTracemalloc ruins Windows performance by lukaskuhn-lku in https://github.com/huggingface/peft/pull/1126
* Dataset was loaded twice in 4-bit finetuning script by lukaskuhn-lku in https://github.com/huggingface/peft/pull/1164

okotaku

* [Feature] Support OFT by okotaku in https://github.com/huggingface/peft/pull/1160

yxli2123

* LoftQ: Add LoftQ method integrated into LoRA. Add example code for LoftQ usage. by yxli2123 in https://github.com/huggingface/peft/pull/1150

zhangsheng377

* Parallel linear Lora by zhangsheng377 in https://github.com/huggingface/peft/pull/1092
* Fix parallel linear lora by zhangsheng377 in https://github.com/huggingface/peft/pull/1202

0.6.3.dev0

* FIX: Adding 2 adapters when target_modules is a str fails by BenjaminBossan in https://github.com/huggingface/peft/pull/1111
* Prompt tuning: Allow to pass additional args to AutoTokenizer.from_pretrained by BenjaminBossan in https://github.com/huggingface/peft/pull/1053
* Fix: TorchTracemalloc ruins Windows performance by lukaskuhn-lku in https://github.com/huggingface/peft/pull/1126
* TST: Improve requires grad testing: by BenjaminBossan in https://github.com/huggingface/peft/pull/1131
* FEAT: Make safe serialization the default one by younesbelkada in https://github.com/huggingface/peft/pull/1088
* FEAT: Merging only specified `adapter_names` when calling `merge` by younesbelkada in https://github.com/huggingface/peft/pull/1132
* Refactor base layer pattern by BenjaminBossan in https://github.com/huggingface/peft/pull/1106
* [`Tests`] Fix daily CI by younesbelkada in https://github.com/huggingface/peft/pull/1136
* [`core` / `LoRA`] Add `adapter_names` in bnb layers by younesbelkada in https://github.com/huggingface/peft/pull/1139
* [`Tests`] Do not stop tests if a job failed by younesbelkada in https://github.com/huggingface/peft/pull/1141
* CI Add Python 3.11 to test matrix by BenjaminBossan in https://github.com/huggingface/peft/pull/1143
* FIX: A few issues with AdaLora, extending GPU tests by BenjaminBossan in https://github.com/huggingface/peft/pull/1146
* Use `huggingface_hub.file_exists` instead of custom helper by Wauplin in https://github.com/huggingface/peft/pull/1145
* Delete IA3 adapter by alexrs in https://github.com/huggingface/peft/pull/1153
* [Docs fix] Relative path issue by mishig25 in https://github.com/huggingface/peft/pull/1157
* Dataset was loaded twice in 4-bit finetuning script by lukaskuhn-lku in https://github.com/huggingface/peft/pull/1164
* fix `add_weighted_adapter` method by pacman100 in https://github.com/huggingface/peft/pull/1169
* (minor) correct type annotation by vwxyzjn in https://github.com/huggingface/peft/pull/1166
* Update release checklist about release notes by BenjaminBossan in https://github.com/huggingface/peft/pull/1170
* [docs] Migrate doc files to Markdown by stevhliu in https://github.com/huggingface/peft/pull/1171
* Fix dockerfile build by younesbelkada in https://github.com/huggingface/peft/pull/1177
* FIX: Wrong use of base layer by BenjaminBossan in https://github.com/huggingface/peft/pull/1183
* [`Tests`] Migrate to AWS runners by younesbelkada in https://github.com/huggingface/peft/pull/1185
* Fix code example in quicktour.md by merveenoyan in https://github.com/huggingface/peft/pull/1181
* DOC Update a few places in the README by BenjaminBossan in https://github.com/huggingface/peft/pull/1152
* Fix issue where you cannot call PeftModel.from_pretrained with a private adapter by elyxlz in https://github.com/huggingface/peft/pull/1076
* Added lora support for phi by umarbutler in https://github.com/huggingface/peft/pull/1186
* add options to save or push model by callanwu in https://github.com/huggingface/peft/pull/1159
* ENH: Different initialization methods for LoRA by BenjaminBossan in https://github.com/huggingface/peft/pull/1189
* Training PEFT models with new tokens being added to the embedding layers and tokenizer by pacman100 in https://github.com/huggingface/peft/pull/1147
* LoftQ: Add LoftQ method integrated into LoRA. Add example code for LoftQ usage. by yxli2123 in https://github.com/huggingface/peft/pull/1150
* Parallel linear Lora by zhangsheng377 in https://github.com/huggingface/peft/pull/1092
* [Feature] Support OFT by okotaku in https://github.com/huggingface/peft/pull/1160
* Mixed adapter models by BenjaminBossan in https://github.com/huggingface/peft/pull/1163
* [DOCS] README.md by Akash190104 in https://github.com/huggingface/peft/pull/1054
* Fix parallel linear lora by zhangsheng377 in https://github.com/huggingface/peft/pull/1202
* ENH: Enable OFT adapter for mixed adapter models by BenjaminBossan in https://github.com/huggingface/peft/pull/1204
* DOC: Update & improve docstrings and type annotations for common methods and classes by BenjaminBossan in https://github.com/huggingface/peft/pull/1201
* remove HF tokens by yxli2123 in https://github.com/huggingface/peft/pull/1207
* [docs] Update index and quicktour by stevhliu in https://github.com/huggingface/peft/pull/1191
* [docs] API docs by stevhliu in https://github.com/huggingface/peft/pull/1196
* MNT: Delete the delete doc workflows by BenjaminBossan in https://github.com/huggingface/peft/pull/1213
* DOC: Initialization options for LoRA by BenjaminBossan in https://github.com/huggingface/peft/pull/1218
* Fix an issue with layer merging for LoHa and OFT by lukaskuhn-lku in https://github.com/huggingface/peft/pull/1210
* DOC: How to configure new transformers models by BenjaminBossan in https://github.com/huggingface/peft/pull/1195
* Raise error when `modules_to_save` is specified and multiple adapters are being unloaded by pacman100 in https://github.com/huggingface/peft/pull/1137
* TST: Add regression tests 2 by BenjaminBossan in https://github.com/huggingface/peft/pull/1115

0.6.2

This patch release refactors the adapter deletion API and fixes to `ModulesToSaveWrapper` when using Low-level API.

Refactor adapter deletion
* Refactor adapter deletion by BenjaminBossan in https://github.com/huggingface/peft/pull/1105

Fix `ModulesToSaveWrapper` when using Low-level API
* Correctly deal with `ModulesToSaveWrapper` when using Low-level API by younesbelkada in https://github.com/huggingface/peft/pull/1112

What's Changed

What's Changed

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.