From 4665ca2566fd9fe58e8feac7b42c56f256826c28 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 25 Nov 2024 10:33:03 -0500 Subject: [PATCH] Update tests/test_compressors/quantized_compressors/test_pack_quant.py Co-authored-by: Michael Goin --- tests/test_compressors/quantized_compressors/test_pack_quant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_compressors/quantized_compressors/test_pack_quant.py b/tests/test_compressors/quantized_compressors/test_pack_quant.py index 8a7b9b72..3b0da609 100644 --- a/tests/test_compressors/quantized_compressors/test_pack_quant.py +++ b/tests/test_compressors/quantized_compressors/test_pack_quant.py @@ -267,7 +267,7 @@ def test_actorder_reload_match(actorder, tmp_path, mock_per_group_calibration): ), # 0000 0000 0000 0000 1100 1011 1010 1001 (4, torch.tensor([[1, 2, 3, 4]]), torch.tensor([[52137]], dtype=torch.int32)), - # 0111 0110 0101 0100 0011 0010 0001 0000 + # 0111 0110 0101 0100 0011 0010 0001 0000 ( 4, torch.tensor([[-8, -7, -6, -5, -4, -3, -2, -1]]),