Skip to content

Commit 027c370

Browse files
Update docs/source/optimization_ov.mdx
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
1 parent 83dbe2f commit 027c370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/optimization_ov.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can tune quantization parameters to achieve a better performance accuracy tr
6767
quantization_config = OVWeightQuantizationConfig(bits=4, sym=False, ratio=0.8, dataset="ptb")
6868
```
6969

70-
By default the quantization scheme will be [assymmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Quantization.md#asymmetric-quantization), to make it [symmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Quantization.md#symmetric-quantization) you can add `sym=True`.
70+
By default the quantization scheme will be [asymmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Quantization.md#asymmetric-quantization), to make it [symmetric](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Quantization.md#symmetric-quantization) you can add `sym=True`.
7171

7272
For 4-bit quantization you can also specify the following arguments in the quantization configuration :
7373
* The `group_size` parameter will define the group size to use for quantization, `-1` it will results in per-column quantization.

0 commit comments

Comments
 (0)