Skip to content
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

ValueError: Unknown quantization method: bitsandbytes. Must be one of ['awq', 'gptq', 'squeezellm', 'marlin']. #482

Open
manliu1225 opened this issue May 17, 2024 · 1 comment

Comments

@manliu1225
Copy link

When I want to inference the finetuned model with vLLM, I got this error.
I have saved unsloth finetuned model to HF model already.
vLLM==0.4.0+cu118
unsloth==2024.5
transformers==4.40.2

@danielhanchen
Copy link
Contributor

Oh you cannot use 4bit models - you must use model.save_pretrained_merged to 16bit then use vLLM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants