Skip to content

Commit e7e329b

Browse files
committed
require nightly on everything
1 parent b967ebd commit e7e329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prototype/test_awq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_awq_loading(device, qdtype):
8484
assert awq_save_load_out is not None
8585
assert torch.allclose(awq_out, awq_save_load_out, atol = 1e-2)
8686

87-
@pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_3,reason="torch.uint(2-7) requires torch2.3+")
87+
@pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_5,reason="requires nightly pytorch")
8888
@pytest.mark.skipif(not torch.cuda.is_available(), reason="CUDA not available")
8989
def test_save_weights_only():
9090
dataset_size = 100

0 commit comments

Comments
 (0)