Skip to content

Commit 9c6ee9b

Browse files
Update docs/source/openvino/optimization.mdx
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
1 parent aa3ee74 commit 9c6ee9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/openvino/optimization.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ quantization_config = OVWeightQuantizationConfig(
8787
)
8888
```
8989

90-
Note: `OVWeightQuantizationConfig` also accepts key word arguments not listed in its constructor. In this case such arguments will be passed directly to `nncf.compress_weights()` call. This is useful for passing additional parameters to the quantization algorithm.
90+
Note: `OVWeightQuantizationConfig` also accepts keyword arguments that are not listed in its constructor. In this case such arguments will be passed directly to `nncf.compress_weights()` call. This is useful for passing additional parameters to the quantization algorithm.
9191

9292
By default the quantization scheme will be [asymmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/training_time_compression/other_algorithms/LegacyQuantization.md#asymmetric-quantization), to make it [symmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/usage/training_time_compression/other_algorithms/LegacyQuantization.md#symmetric-quantization) you can add `sym=True`.
9393

0 commit comments

Comments
 (0)