-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[New Model]: MiniCPM-V-2_6-int4 #7727
Comments
cc @HwwwwwwwH |
AssertionError: Attempted to load weight (torch.Size([2479104, 1])) into parameter (torch.Size([4304, 1152])) |
+1 |
hello,The model you are using is the bnb quantization int4 model. This quantization model does not support vllm. |
oh, i see. Thanks |
The model to consider.
https://huggingface.co/openbmb/MiniCPM-V-2_6-int4
The closest model vllm already supports.
No response
What's your difficulty of supporting the model you want?
Load model weight error when run with MiniCPM-V-2_6-int4.
vllm environment:
docker image: vllm/vllm-openai:v0.5.4
pip install bitsandbytes==0.43.3
run example
feedback
The text was updated successfully, but these errors were encountered: