Skip to content

Commit bb4aef2

Browse files
committed
fix ut
1 parent acdc160 commit bb4aef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_tasks/test_tasks_image_text_to_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_image_text_to_text_idefics(self):
2929
)
3030

3131
@hide_stdout()
32-
@requires_transformers("4.56.99")
32+
@requires_transformers("4.57.99")
3333
@requires_torch("2.7.99")
3434
def test_image_text_to_text_gemma3(self):
3535
"""
@@ -53,7 +53,7 @@ def test_image_text_to_text_gemma3(self):
5353
)
5454

5555
@hide_stdout()
56-
@requires_transformers("4.56.99")
56+
@requires_transformers("4.57.99")
5757
@requires_torch("2.7.99")
5858
def test_image_text_to_text_zai_glm(self):
5959
"""

0 commit comments

Comments
 (0)