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 28ca556 commit 0b7dceeCopy full SHA for 0b7dcee
_unittests/ut_torch_export_patches/test_patch_torch.py
@@ -428,6 +428,8 @@ def _batch1(t):
428
# self.assertEqualArrayAny(expected, got)
429
430
with self.subTest(input="cache0", backed_size_oblivious=True):
431
+ if not has_transformers("4.55"):
432
+ raise unittest.SkipTest("test not working with transformers<4.55")
433
with (
434
torch.fx.experimental._config.patch(backed_size_oblivious=True),
435
torch_export_patches(patch_transformers=True),
0 commit comments