Skip to content

Commit fa7a898

Browse files
committed
fix comment
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 2c670f8 commit fa7a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/modifiers/quantization/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def q_config_kwargs(config_0, config_1):
5252
(False, "N/A", None, "static", "static", "static"),
5353
(False, "N/A", "static", None, "static", "static"),
5454
(False, "N/A", "static", "static", "static", "static"),
55-
# modifier does not override set config vaules if nothing is provided
55+
# modifier does not override set config vaules
5656
(False, "N/A", None, "group", "static", "group"),
5757
(False, "N/A", "group", None, "group", "static"),
5858
(False, "N/A", "group", "group", "group", "group"),

0 commit comments

Comments
 (0)