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.08k stars 103 forks source link

Peft version problem #39

Closed marlin-codes closed 1 year ago

marlin-codes commented 1 year ago

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

HZQ950419 commented 1 year ago

Hi,

Please uninstall peft and re-run.

HZQ950419 commented 1 year 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.