Merge branch 'feature/support_for_qwen_2_5_vl' into feature/0.26.0-deprecations

This commit is contained in:
SkalskiP 2025-02-18 12:52:21 +01:00
commit d0559e104d
1 changed files with 1 additions and 5 deletions

View File

@ -273,11 +273,7 @@ def test_from_paligemma(
(640, 640),
(1280, 720),
["cat", "dog"],
(
np.empty((0, 4)),
np.empty(0, dtype=int),
np.empty(0, dtype=str)
),
(np.empty((0, 4)), np.empty(0, dtype=int), np.empty(0, dtype=str)),
), # class mismatch
(
does_not_raise(),