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

Fix Qwen2VL generation without images #1645

Merged
Prev Previous commit
Next Next commit
Remove failing tiny-random-internvl2 model from tests
yatarkan committed Jan 30, 2025
commit 80a6dfe2bdbdc8494a9c42974ec6b57ddc9d2d7d
1 change: 0 additions & 1 deletion tests/python_tests/test_vlm_pipeline.py
Original file line number Diff line number Diff line change
@@ -48,7 +48,6 @@ def get_ov_model(model_id, cache):
"katuni4ka/tiny-random-minicpmv-2_6",
"katuni4ka/tiny-random-phi3-vision",
"katuni4ka/tiny-random-llava",
"katuni4ka/tiny-random-internvl2",
"katuni4ka/tiny-random-qwen2vl",
])
def test_vlm_pipeline(model_id, cache):