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 4cfa133 commit 421a4f1Copy full SHA for 421a4f1
tests/singlecard/test_offline_inference.py
@@ -60,7 +60,7 @@ def test_models(model: str, dtype: str, max_tokens: int) -> None:
60
@pytest.mark.parametrize("model", MULTIMODALITY_MODELS)
61
@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "1",
62
reason="qwen2.5_vl is not supported on v1")
63
-def test_multimodal(model: str, prompt_template, vllm_runner):
+def test_multimodal(model, prompt_template, vllm_runner):
64
image = ImageAsset("cherry_blossom") \
65
.pil_image.convert("RGB")
66
img_questions = [
0 commit comments