Merge branch 'feature/support_for_qwen_2_5_vl' into feature/0.26.0-deprecations
This commit is contained in:
commit
d0559e104d
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue