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 60444e7 commit 8586f6aCopy full SHA for 8586f6a
1 file changed
test/prototype/test_low_bit_optim.py
@@ -75,7 +75,7 @@ def test_quantize_4bit_with_qmap_compile(self, device):
75
76
77
class TestOptim(TestCase):
78
- @pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_3, reason="requires PyTorch >= 2.3")
+ @pytest.mark.skipif(not TORCH_VERSION_AT_LEAST_2_4, reason="requires PyTorch >= 2.3")
79
@parametrize("optim_name", ["Adam8bit", "AdamW8bit", "Adam4bit", "AdamW4bit", "AdamFp8", "AdamWFp8"])
80
@parametrize("dtype", [torch.float32, torch.bfloat16])
81
@parametrize("device", _DEVICES)
0 commit comments