AGI-Edgerunners / LLM-Adapters

Code for our EMNLP 2023 Paper: "LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models"
https://arxiv.org/abs/2304.01933
Apache License 2.0
1.01k stars 91 forks source link

Peft version problem #39

Closed marlin-codes closed 9 months ago

marlin-codes commented 10 months ago

"The version of PEFT you are using is not compatible, please use a version that is greater than 0.5.0"

HZQ950419 commented 10 months ago

Hi,

Please uninstall peft and re-run.

HZQ950419 commented 10 months ago

Hi,

You can try to uninstall peft and re-run without installation coz in finetune.py Line 16 we indicated the location of the package. If still have the same error, please check if you have installed the huggingface PEFT in the public environment.