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 dca8ec4 commit e18dd1fCopy full SHA for e18dd1f
_unittests/ut_torch_export_patches/test_patch_torch.py
@@ -363,7 +363,7 @@ def test_export_with_patch_tiny_llm_dim_meta(self):
363
364
with self.subTest(input="no01", backed_size_oblivious=True):
365
if not has_transformers("4.55"):
366
- raise unittest.SkipIf("test not working with transformers<4.55")
+ raise unittest.SkipTest("test not working with transformers<4.55")
367
with (
368
torch.fx.experimental._config.patch(backed_size_oblivious=True),
369
torch_export_patches(patch_transformers=True),
0 commit comments