Skip to content

Commit f2e9175

Browse files
committed
spall
1 parent 705a8d1 commit f2e9175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_unittests/ut_torch_export_patches/test_patch_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_sdpa_mask_recent_torch(self):
7070
self.assertEqualArray(expected, got)
7171

7272
@requires_transformers("4.99")
73-
@unittest.skip("borken")
73+
@unittest.skip("broken")
7474
def test_sdpa_mask_patched(self):
7575
sdpa_mask = transformers.masking_utils.sdpa_mask
7676
patched_sdpa_mask = patch_transformers.patched_sdpa_mask

0 commit comments

Comments
 (0)