Skip to content

Commit 970aa17

Browse files
authored
Update test_int4_plain_int32_tensor.py
1 parent 77868bc commit 970aa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/quantization/quantize_/workflows/int4/test_int4_plain_int32_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_config(group_size):
3434

3535

3636
@unittest.skipIf(not torch_version_at_least("2.8.0"), "Need pytorch 2.8+")
37-
@unittest.skipIf(not torch.xpu.is_available(), "CUDA not available")
37+
@unittest.skipIf(not torch.xpu.is_available(), "XPU not available")
3838
class Int4PlainInt32Tensor(TestCase):
3939
@parametrize(
4040
"sizes",

0 commit comments

Comments
 (0)