A small patch release containing these fixes:
- #3161
- #3165
Full Changelog: https://github.com/huggingface/peft/compare/v0.19.0...v0.19.1
A small patch release containing these fixes:
Full Changelog: https://github.com/huggingface/peft/compare/v0.19.0...v0.19.1
This PEFT release contains no less than nine new PEFT methods, described below. It also contains numerous enhancements that should mak...
Small patch release containing the following changes:
<img width="1248" height="560" alt="peft-v0 18 0" src="https://github.com/user-attachments/assets/5f1f58d8-351a-456d-a491-1d6b6f1e4590...
This patch release contains a few fixes (via #2710) for the newly introduced [target_parameters](https://huggingface.co/docs/peft/main/en/developer_...
<img width="1248" height="560" alt="peft-v0 17 0" src="https://github.com/user-attachments/assets/a206c099-10ee-4c13-80c1-0de7ed1df5cf...
This patch fixes a bug that resulted in prompt learning methods like P-tuning not to work (#2477).
This patch includes a fix for #2450. In this bug modules_to_save was not handled correctly when used in conjunction with DeepSpeed ZeRO stage 3 whic...
This patch release contains a small bug fix for an issue that prevented some LoRA checkpoints to be loaded correctly (mostly concerning stable diffusi...
This patch release contains a small bug fix for the low_cpu_mem_usage=True option (#2113).
Full Changelog: https://github.com/huggingface/pef...
Fix a bug that could lead to C++ compilation errors after importing PEFT (#1738 #1739).
Full Changelog: https://gith...
 were broken when using with FP8. It should now work again with this :salutingface: Fi…
Hugging Face · TransformersWhat's Changed Use before on by @alvarobartt in https://github.com/huggingface/text-embeddings-inference/pull/842 fix(backend): replace bar…
Hugging Face · Inference