We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cb2d5 commit fc44595Copy full SHA for fc44595
modelopt/torch/quantization/config.py
@@ -1133,7 +1133,7 @@ class CompressConfig(ModeloptBaseConfig):
1133
1134
compress: dict[str, bool] = ModeloptField(
1135
default={"*": True},
1136
- title="""Enable weight compression for the given pattern. Default is False for all weights.
+ title="""Enable weight compression for the given pattern. Default is True for all weights.
1137
Call `compress` function to compress the model weights.""",
1138
)
1139
0 commit comments