Skip to content

Commit fc44595

Browse files
committed
fix a typo
Signed-off-by: Ye Yu <[email protected]>
1 parent b4cb2d5 commit fc44595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelopt/torch/quantization/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ class CompressConfig(ModeloptBaseConfig):
11331133

11341134
compress: dict[str, bool] = ModeloptField(
11351135
default={"*": True},
1136-
title="""Enable weight compression for the given pattern. Default is False for all weights.
1136+
title="""Enable weight compression for the given pattern. Default is True for all weights.
11371137
Call `compress` function to compress the model weights.""",
11381138
)
11391139

0 commit comments

Comments
 (0)