Skip to content

Commit 81dd468

Browse files
Update optimum/intel/openvino/configuration.py
Co-authored-by: Alexander Kozlov <alexander.kozlov@intel.com>
1 parent 2836458 commit 81dd468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/intel/openvino/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def __init__(
580580
self.activations_group_size = activations_group_size
581581
logger.warning(
582582
"OVDynamicQuantizationConfig is deprecated and will be removed in optimum-intel v1.24.0. "
583-
"Dynamic quantization and KV cache compression are enabled by default starting from OpenVINO 2025.0 and "
583+
"Dynamic quantization and KV cache compression are enabled by default starting from OpenVINO 2024.6 and "
584584
"there is no need to enable them manually. If you need precise control over these parameters, please "
585585
"provide `DYNAMIC_QUANTIZATION_GROUP_SIZE` and `KV_CACHE_PRECISION` with `ov_config` argument during model "
586586
"inference."

0 commit comments

Comments
 (0)