Skip to content

Commit 1c5c63b

Browse files
committed
fix windows skip
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 6bdfc81 commit 1c5c63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_linear4bit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def test_linear4bit_torch_compile_activation_checkpointing(device, quant_type, c
451451
"""
452452
if device == "hpu" and not is_supported_on_hpu(quant_type):
453453
pytest.skip("This configuration is not supported on HPU.")
454-
if device == "cuda" and platform.system() == "Windows":
454+
if platform.system() == "Windows":
455455
pytest.skip("Triton is not officially supported on Windows")
456456
dim = 256
457457
batch_size = 16

0 commit comments

Comments
 (0)