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 43e26ce commit 57a50baCopy full SHA for 57a50ba
_unittests/ut_tasks/test_tasks_image_classification.py
@@ -16,7 +16,7 @@ def test_image_classification(self):
16
model, inputs, ds = data["model"], data["inputs"], data["dynamic_shapes"]
17
model(**inputs)
18
model(**data["inputs2"])
19
- if not has_transformers("4.51.999"):
+ if not has_transformers("4.50.999"):
20
raise unittest.SkipTest("Requires transformers>=4.52")
21
with bypass_export_some_errors(patch_transformers=True, verbose=10):
22
torch.export.export(
0 commit comments