We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44c096 commit 12dc672Copy full SHA for 12dc672
optimum/commands/export/openvino.py
@@ -135,7 +135,9 @@ def parse_args_openvino(parser: "ArgumentParser"):
135
default=None,
136
help=(
137
"Whether to apply AWQ algorithm. AWQ improves generation quality of INT4-compressed LLMs, but requires "
138
- "additional time for tuning weights on a calibration dataset. To run AWQ, please also provide a dataset."
+ "additional time for tuning weights on a calibration dataset. To run AWQ, please also provide a dataset "
139
+ "argument. Note: it's possible that there will be no matching patterns in the model to apply AWQ, in such "
140
+ "case it will be skipped."
141
),
142
)
143
optional_group.add_argument(
0 commit comments