Skip to content

Commit 4e25496

Browse files
authored
mitigate the numeric test issue (#2426)
mitigate the numeric test issue (#2426) Summary: this update mitigate the existing numeric debug ppl issue. Will further investigate it and reenable the test Reviewed By: jerryzh168 Differential Revision: D77162495
1 parent 2898903 commit 4e25496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/quantization/pt2e/test_numeric_debugger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from torch.export import export_for_training
2525

2626

27+
@unittest.skip("skip for now, need to fix")
2728
@unittest.skipIf(not TORCH_VERSION_AT_LEAST_2_7, "Requires torch 2.7+")
2829
@unittest.skipIf(IS_WINDOWS, "Windows not yet supported for torch.compile")
2930
class TestNumericDebuggerInfra(PT2ENumericDebuggerTestCase):

0 commit comments

Comments
 (0)