做chatglm的LoRa微调的时候,报错:ModuleNotFoundError: No module named 'paddlenlp.peft',请问这个是什么原因呢? yohohohoho added the question label Jun 7, 2023 github-actions bot added the triage label Jun 7, 2023 Contributor 1649759610 commented Jun 7, 2023 升级paddleNLP到最新版本或用develop...
I;m using the LoraConfig and the SFTTrainer classes from the PEFT library. The LoraModel class is a part of the library, and I'm using it as-is. The prepare_inputs_for_generation method should be implemented within the LoraModel class itself. ...
Oldest first Show all activity zhaoying1@zhaoying1·1 year ago Maintainer pip install peft zhaoying1@zhaoying1closed1 year ago Pleaseregisterorsign into reply 0 Assignees Milestone None Time tracking No estimate or time spent Due date
Trying to run the script in a colab instance and getting the following error which seems odd: %env MODEL_NAME=stabilityai/stable-diffusion-xl-base-1.0 %env OUTPUT_DIR=lora-sdxl-dog %env INSTANCE_DIR=dog %env PROMPT=a sbu dog %env VALID_P...