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 03ffa48 commit 7bd15b9Copy full SHA for 7bd15b9
backends/xnnpack/test/quantizer/test_pt2e_quantization.py
@@ -6,6 +6,8 @@
6
7
# pyre-unsafe
8
9
+import unittest
10
+
11
from collections import Counter
12
from typing import Dict, Tuple
13
@@ -723,6 +725,7 @@ def test_save_load(self) -> None:
723
725
instantiate_parametrized_tests(TestQuantizePT2E)
724
726
727
728
+@unittest.skip("TODO: Reenable it after debug infrature finish update")
729
class TestNumericDebugger(TestCase):
730
def _extract_debug_handles(self, model) -> Dict[str, int]:
731
debug_handle_map: Dict[str, int] = {}
0 commit comments