Skip to content

Commit 6bb1330

Browse files
Update description
1 parent 2b424b0 commit 6bb1330

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

optimum/commands/export/openvino.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def parse_args_openvino(parser: "ArgumentParser"):
124124
action="store_true",
125125
default=None,
126126
help=(
127-
"Whether embeddings and last MatMul layers should be compressed to a primary precision (usually, INT4)."
127+
"Whether embeddings and last MatMul layers should be compressed to INT4. If not provided an weight "
128+
"compression is applied, they are compressed to INT8."
128129
),
129130
)
130131
optional_group.add_argument(

0 commit comments

Comments
 (0)