We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b0d3c commit 375b6d6Copy full SHA for 375b6d6
test/quantization/test_quant_api.py
@@ -159,7 +159,7 @@ def test_int8_wo_quant_save_load(self):
159
160
torch.testing.assert_close(ref, res.cpu())
161
162
- @unittest.skipIf(not TORCH_VERSION_AFTER_2_4, "skipping when torch verion is 2.4 or lower")
+ @unittest.skipIf(not TORCH_VERSION_AFTER_2_3, "skipping when torch verion is 2.3 or lower")
163
def test_8da4w_quantizer(self):
164
from torchao.quantization.quant_api import Int8DynActInt4WeightQuantizer
165
from torchao.quantization.GPTQ import Int8DynActInt4WeightLinear
0 commit comments