Skip to content

Commit 421a4f1

Browse files
committed
trigger ci
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent 4cfa133 commit 421a4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/singlecard/test_offline_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_models(model: str, dtype: str, max_tokens: int) -> None:
6060
@pytest.mark.parametrize("model", MULTIMODALITY_MODELS)
6161
@pytest.mark.skipif(os.getenv("VLLM_USE_V1") == "1",
6262
reason="qwen2.5_vl is not supported on v1")
63-
def test_multimodal(model: str, prompt_template, vllm_runner):
63+
def test_multimodal(model, prompt_template, vllm_runner):
6464
image = ImageAsset("cherry_blossom") \
6565
.pil_image.convert("RGB")
6666
img_questions = [

0 commit comments

Comments
 (0)