We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705a8d1 commit f2e9175Copy full SHA for f2e9175
1 file changed
_unittests/ut_torch_export_patches/test_patch_transformers.py
@@ -70,7 +70,7 @@ def test_sdpa_mask_recent_torch(self):
70
self.assertEqualArray(expected, got)
71
72
@requires_transformers("4.99")
73
- @unittest.skip("borken")
+ @unittest.skip("broken")
74
def test_sdpa_mask_patched(self):
75
sdpa_mask = transformers.masking_utils.sdpa_mask
76
patched_sdpa_mask = patch_transformers.patched_sdpa_mask
0 commit comments