Skip to content

Commit

Permalink
Update tests/test_compressors/quantized_compressors/test_pack_quant.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Goin <michael@neuralmagic.com>
  • Loading branch information
horheynm and mgoin authored Nov 25, 2024
1 parent c166b0c commit 4665ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]]),
Expand Down

0 comments on commit 4665ca2

Please sign in to comment.