Skip to content

Commit e18dd1f

Browse files
committed
spell
1 parent dca8ec4 commit e18dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_export_patches/test_patch_torch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def test_export_with_patch_tiny_llm_dim_meta(self):
363363

364364
with self.subTest(input="no01", backed_size_oblivious=True):
365365
if not has_transformers("4.55"):
366-
raise unittest.SkipIf("test not working with transformers<4.55")
366+
raise unittest.SkipTest("test not working with transformers<4.55")
367367
with (
368368
torch.fx.experimental._config.patch(backed_size_oblivious=True),
369369
torch_export_patches(patch_transformers=True),

0 commit comments

Comments
 (0)