Skip to content

Commit e11ba06

Browse files
authored
Update test_cli_vlm.py
1 parent 23f0ef9 commit e11ba06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/who_what_benchmark/tests/test_cli_vlm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ def test_vlm_nanollava(model_id, model_type, optimum_threshold, genai_threshold,
115115

116116

117117
@pytest.mark.parametrize(
118-
("model_id", "model_type", "threshold"),
118+
("model_id", "model_type"),
119119
[
120120
("katuni4ka/tiny-random-qwen2vl", "visual-text"),
121121
("katuni4ka/tiny-random-llava-next-video", "visual-text"),
122122
],
123123
)
124-
def test_vlm_video(model_id, model_type, threshold, tmp_path):
124+
def test_vlm_video(model_id, model_type, tmp_path):
125125
run_test(model_id, model_type, None, None, tmp_path)

0 commit comments

Comments
 (0)