diff --git a/tools/pot/docs/AccuracyAwareQuantizationUsage.md b/tools/pot/docs/AccuracyAwareQuantizationUsage.md index dae16cd78d0..10551be7ee6 100644 --- a/tools/pot/docs/AccuracyAwareQuantizationUsage.md +++ b/tools/pot/docs/AccuracyAwareQuantizationUsage.md @@ -133,7 +133,7 @@ The example code below shows a basic quantization workflow with accuracy control .. code-block:: python from openvino.tools.pot import IEEngine - from openvino.tools.pot load_model, save_model + from openvino.tools.pot import load_model, save_model from openvino.tools.pot import compress_model_weights from openvino.tools.pot import create_pipeline diff --git a/tools/pot/docs/DefaultQuantizationUsage.md b/tools/pot/docs/DefaultQuantizationUsage.md index a30183a2fc3..028a49c6560 100644 --- a/tools/pot/docs/DefaultQuantizationUsage.md +++ b/tools/pot/docs/DefaultQuantizationUsage.md @@ -108,7 +108,7 @@ An example code below shows a basic quantization workflow: .. code-block:: python from openvino.tools.pot import IEEngine - from openvino.tools.pot load_model, save_model + from openvino.tools.pot import load_model, save_model from openvino.tools.pot import compress_model_weights from openvino.tools.pot import create_pipeline