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 77868bc commit 970aa17Copy full SHA for 970aa17
test/quantization/quantize_/workflows/int4/test_int4_plain_int32_tensor.py
@@ -34,7 +34,7 @@ def get_config(group_size):
34
35
36
@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")
+@unittest.skipIf(not torch.xpu.is_available(), "XPU not available")
38
class Int4PlainInt32Tensor(TestCase):
39
@parametrize(
40
"sizes",
0 commit comments