We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2836458 commit 81dd468Copy full SHA for 81dd468
optimum/intel/openvino/configuration.py
@@ -580,7 +580,7 @@ def __init__(
580
self.activations_group_size = activations_group_size
581
logger.warning(
582
"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 "
+ "Dynamic quantization and KV cache compression are enabled by default starting from OpenVINO 2024.6 and "
584
"there is no need to enable them manually. If you need precise control over these parameters, please "
585
"provide `DYNAMIC_QUANTIZATION_GROUP_SIZE` and `KV_CACHE_PRECISION` with `ov_config` argument during model "
586
"inference."
0 commit comments