Shounak Datta
Results
2
comments of
Shounak Datta
Getting the same error. Is the `get_gptq_peft_model()` still the recommended way to do this instead of directly using `get_peft_model()`?
> I succeeded by quantizing with auto_gptq and learning QLoRA with peft lora. Can you please mention the change you made to the GPTQLoRA code? Did you use `get_peft_model()` instead...