Support for PEFT and BitsAndBytesConfig with Liger Kernel? If not, any advise for quantization and lora? #233
Closed
GianottiGustavo
started this conversation in
Show and tell
Replies: 1 comment
-
Hi can you create a ticket instead? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have been trying to use PEFT with
BitsAndBytesConfig
iwith AutoLigerKernelForCausalLM.from_pretrained. However, I keep encountering type errors during training."RuntimeError: self and mat2 must have the same dtype, but got Half and Float"
Could anyone clarify if PEFT and
BitsAndBytesConfig
are officially supported with the Liger kernel? If they are, could you provide any specific guidance or documentation references that might help resolve these type errors?If not, any advise for quantization and lora?
THX!
I tried in several ways; here is just one example to show:
Beta Was this translation helpful? Give feedback.
All reactions