-
Notifications
You must be signed in to change notification settings - Fork 219
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
Anyone meets this error "ValueError: Image features and image tokens do not match: tokens: 281, features 280" #91
Comments
ValueError: Image features and image tokens do not match: tokens: 0, features 187 |
I meet this problem before. Increase max-prompt-len maybe help. |
I download the files of Qwen2-VL-2B again and solve it. |
I have found the reason. The vllm generate image-token-id sometimes. |
So how to solve this bug? |
I remove the image-token-id in generations ids. |
It hard to reproduce. For same data, it may happens in different steps.
The text was updated successfully, but these errors were encountered: