Skip to content

Commit 8586f6a

Browse files
committed
pt version
1 parent 60444e7 commit 8586f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/prototype/test_low_bit_optim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_quantize_4bit_with_qmap_compile(self, device):
7575

7676

7777
class TestOptim(TestCase):
78-
@pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_3, reason="requires PyTorch >= 2.3")
78+
@pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_4, reason="requires PyTorch >= 2.3")
7979
@parametrize("optim_name", ["Adam8bit", "AdamW8bit", "Adam4bit", "AdamW4bit", "AdamFp8", "AdamWFp8"])
8080
@parametrize("dtype", [torch.float32, torch.bfloat16])
8181
@parametrize("device", _DEVICES)

0 commit comments

Comments
 (0)