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 5732f69 commit b8bc033Copy full SHA for b8bc033
_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.52.999"):
20
raise unittest.SkipTest("Requires transformers>=4.52")
21
with torch_export_patches(patch_transformers=True, verbose=10):
22
torch.export.export(
0 commit comments