Skip to content

Commit 9f3a928

Browse files
committed
remove dead variable
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent ca3ca7d commit 9f3a928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/llmcompressor/transformers/compression/test_compress_tensor_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _quantization_config_from_string(config_str, q_type):
238238

239239

240240
@pytest.mark.parametrize(
241-
"quant_style,quant_type,is_24,expected_format",
241+
"quant_style,quant_type,expected_format",
242242
[
243243
("W8A8", "int", False, "int-quantized"),
244244
("W4A16", "int", False, "pack-quantized"),
@@ -251,7 +251,6 @@ def _quantization_config_from_string(config_str, q_type):
251251
def test_correct_compressor_inferred(
252252
quant_style,
253253
quant_type,
254-
is_24,
255254
expected_format,
256255
):
257256
"""Test if the correct compressor is inferred based on quantization"""

0 commit comments

Comments
 (0)