Skip to content

Commit

Permalink
Update docs/source/openvino/export.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKoff88 authored Nov 25, 2024
1 parent 195c2af commit ea10979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/openvino/export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Optional arguments:
weight compression is applied, they are compressed to INT8.
--awq Whether to apply AWQ algorithm. AWQ improves generation quality of INT4-compressed LLMs, but
requires additional time for tuning weights on a calibration dataset. To run AWQ, please also
provide a dataset argument. Note: it's possible that there will be no matching patterns in the
provide a dataset argument. Note: it is possible that there will be no matching patterns in the
model to apply AWQ, in such case it will be skipped.
--scale-estimation Indicates whether to apply a scale estimation algorithm that minimizes the L2 error between
the original and compressed layers. Providing a dataset is required to run scale estimation.
Expand Down

0 comments on commit ea10979

Please sign in to comment.