Lora Upload Dtype Error - Solved
#13
by
Jaragua
- opened
I'm doing the Lora training, in Raw mode, I've done it with two files, the training goes well, but when I import Lora I get this error. Does anyone know how I resolve this error?
INFO:LoRA training run is completed and saved.
INFO:Training complete!
INFO:Applying the following LoRAs to TheBloke_Wizard-Vicuna-13B-Uncensored-GPTQ: teste
Traceback (most recent call last):
File "/home/mypc/anaconda3/envs/textgen/lib/python3.10/site-packages/peft/utils/config.py", line 114, in from_pretrained
config = cls(**kwargs)
TypeError: PeftConfig.init() got an unexpected keyword argument 'dtype'
Jaragua
changed discussion title from
Lora Upload Dtype Error
to Lora Upload Dtype Error - Solved