We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b7398 commit 049d747Copy full SHA for 049d747
tests/singlecard/test_offline_inference.py
@@ -59,8 +59,6 @@ def test_models(model: str, dtype: str, max_tokens: int) -> None:
59
60
61
@pytest.mark.parametrize("model", MULTIMODALITY_MODELS)
62
-@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "1",
63
- reason="qwen2.5_vl is not supported on v1")
64
def test_multimodal(model, prompt_template, vllm_runner):
65
image = ImageAsset("cherry_blossom") \
66
.pil_image.convert("RGB")
0 commit comments