Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions test/quantization/test_marlin_qqq.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
from torchao.utils import TORCH_VERSION_AT_LEAST_2_5, is_fbcode
import unittest

if is_fbcode():
unittest.skip("Skipping the test in fbcode since we don't have TARGET file for kernels")


@unittest.skipIf(is_fbcode(), "Skipping the test in fbcode since we don't have TARGET file for kernels")
class TestMarlinQQQ(TestCase):
def setUp(self):
super().setUp()
Expand Down
Loading