You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a note about data-aware mixed precision assignment (#1075)
* Add a note about data-aware mixed precision assignment
* Add a note to dataset parameter
* Update docs/source/openvino/export.mdx
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
* Add a warning
---------
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com>
"A parameter used when applying 4-bit quantization to control the ratio between 4-bit and 8-bit quantization. If set to 0.8, 80%% of the layers will be quantized to int4 "
105
-
"while 20%% will be quantized to int8. This helps to achieve better accuracy at the sacrifice of the model size and inference latency. Default value is 1.0."
105
+
"while 20%% will be quantized to int8. This helps to achieve better accuracy at the sacrifice of the model size and inference latency. Default value is 1.0. "
106
+
"Note: If dataset is provided, and the ratio is less than 1.0, then data-aware mixed precision assignment will be applied."
0 commit comments