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 85648b2 commit 6f17810Copy full SHA for 6f17810
test/quantization/test_marlin_qqq.py
@@ -21,10 +21,7 @@
21
from torchao.utils import TORCH_VERSION_AT_LEAST_2_5, is_fbcode
22
import unittest
23
24
-if is_fbcode():
25
- unittest.skip("Skipping the test in fbcode since we don't have TARGET file for kernels")
26
-
27
+@unittest.skipIf(is_fbcode(), "Skipping the test in fbcode since we don't have TARGET file for kernels")
28
class TestMarlinQQQ(TestCase):
29
def setUp(self):
30
super().setUp()
0 commit comments