diff --git a/docs/articles_en/openvino-workflow/model-optimization-guide/weight-compression.rst b/docs/articles_en/openvino-workflow/model-optimization-guide/weight-compression.rst index 9bfac72a0846c5..de7f961c17f220 100644 --- a/docs/articles_en/openvino-workflow/model-optimization-guide/weight-compression.rst +++ b/docs/articles_en/openvino-workflow/model-optimization-guide/weight-compression.rst @@ -196,7 +196,7 @@ trade-offs after optimization: 4 bits. The method can sometimes result in reduced accuracy when used with Dynamic Quantization of activations. Requires dataset. -* ``gptq`` - boolean parameter that enables the GPTQ method for more accurate weight +* ``gptq`` - boolean parameter that enables the GPTQ method for more accurate INT4 weight quantization. Requires dataset. * ``dataset`` - calibration dataset for data-aware weight compression. It is required