Skip to content

Commit 7d32cdd

Browse files
committed
test/hqq/test_hqq_affine.py
1 parent b9416e9 commit 7d32cdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/hqq/test_hqq_affine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ZeroPointDomain,
1515
quantize_,
1616
)
17-
from torchao.testing.utils import skip_if_rocm
17+
from torchao.testing.utils import skip_if_rocm, skip_if_xpu
1818
from torchao.utils import get_current_accelerator_device
1919

2020
cuda_available = torch.accelerator.is_available()
@@ -116,6 +116,7 @@ def test_hqq_plain_5bit(self):
116116
)
117117

118118
@skip_if_rocm("ROCm enablement in progress")
119+
@skip_if_xpu("XPU enablement in progress")
119120
def test_hqq_plain_4bit(self):
120121
self._test_hqq(
121122
dtype=torch.uint4,

0 commit comments

Comments
 (0)