We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried quantizing the Qwen/Qwen2.5-VL-3B-Instruct using the below command
optimum-cli export openvino --model Qwen/Qwen2.5-VL-3B-Instruct Qwen2.5-VL-3B-Instruct\INT4 --weight-format int4
I tried inferring the quantized model using openvino.genai VLM example and getting the below error.
Unsupported 'qwen2_vl' VLM model type
The text was updated successfully, but these errors were encountered:
Hi @nvsreerag This model is not listed in supported models, but we are planning to add it in mean time.
Sorry, something went wrong.
Wovchena
No branches or pull requests
I tried quantizing the Qwen/Qwen2.5-VL-3B-Instruct using the below command
optimum-cli export openvino --model Qwen/Qwen2.5-VL-3B-Instruct Qwen2.5-VL-3B-Instruct\INT4 --weight-format int4
I tried inferring the quantized model using openvino.genai VLM example and getting the below error.
Unsupported 'qwen2_vl' VLM model type
The text was updated successfully, but these errors were encountered: