Skip to content

Commit 23f0ef9

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/who_what_benchmark/tests/test_cli_vlm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def test_vlm_nanollava(model_id, model_type, optimum_threshold, genai_threshold,
117117
@pytest.mark.parametrize(
118118
("model_id", "model_type", "threshold"),
119119
[
120-
("katuni4ka/tiny-random-qwen2vl", "visual-text", 0.8),
121-
("katuni4ka/tiny-random-llava-next-video", "visual-text", 0.8),
120+
("katuni4ka/tiny-random-qwen2vl", "visual-text"),
121+
("katuni4ka/tiny-random-llava-next-video", "visual-text"),
122122
],
123123
)
124124
def test_vlm_video(model_id, model_type, threshold, tmp_path):
125-
run_test(model_id, model_type, threshold, threshold, tmp_path)
125+
run_test(model_id, model_type, None, None, tmp_path)

0 commit comments

Comments
 (0)