Skip to content

Commit 57a50ba

Browse files
committed
disable a test
1 parent 43e26ce commit 57a50ba

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.50.999"):
2020
raise unittest.SkipTest("Requires transformers>=4.52")
2121
with bypass_export_some_errors(patch_transformers=True, verbose=10):
2222
torch.export.export(

0 commit comments

Comments
 (0)