Skip to content

Commit b8bc033

Browse files
committed
change version
1 parent 5732f69 commit b8bc033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_tasks/test_tasks_image_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_image_classification(self):
1616
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
1717
model(**inputs)
1818
model(**data["inputs2"])
19-
if not has_transformers("4.51.999"):
19+
if not has_transformers("4.52.999"):
2020
raise unittest.SkipTest("Requires transformers>=4.52")
2121
with torch_export_patches(patch_transformers=True, verbose=10):
2222
torch.export.export(

0 commit comments

Comments
 (0)