We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdc160 commit bb4aef2Copy full SHA for bb4aef2
_unittests/ut_tasks/test_tasks_image_text_to_text.py
@@ -29,7 +29,7 @@ def test_image_text_to_text_idefics(self):
29
)
30
31
@hide_stdout()
32
- @requires_transformers("4.56.99")
+ @requires_transformers("4.57.99")
33
@requires_torch("2.7.99")
34
def test_image_text_to_text_gemma3(self):
35
"""
@@ -53,7 +53,7 @@ def test_image_text_to_text_gemma3(self):
53
54
55
56
57
58
def test_image_text_to_text_zai_glm(self):
59
0 commit comments