-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quantization with lora weights #467
Comments
Hi, likely related: #295 & huggingface/transformers#27179 |
Could you provide a reproduction? |
Sorry for late reply.
Then:
|
Thank you! What is your |
It's |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a mistral model with lora weights. Is there any way I can quantization the whole model with lora weights?
I try this step but meet problems
When I load and use do_sample to generate like:
It calls RuntimeError: probability tensor contains either
inf
,nan
or element < 0The text was updated successfully, but these errors were encountered: