[MO] Fix version of MO deprecation (#21438)

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
This commit is contained in:
Roman Kazantsev 2023-12-04 10:13:21 +04:00 committed by GitHub
parent 9cca05def8
commit 35330d5320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ def get_try_legacy_fe_message():
def get_ovc_message():
link = "https://docs.openvino.ai/2023.2/openvino_docs_OV_Converter_UG_prepare_model_convert_model_MO_OVC_transition.html"
message = '[ INFO ] MO command line tool is considered as the legacy conversion API as of OpenVINO 2023.1 release. ' \
message = '[ INFO ] MO command line tool is considered as the legacy conversion API as of OpenVINO 2023.2 release. ' \
'Please use OpenVINO Model Converter (OVC). ' \
'OVC represents a lightweight alternative of MO and provides simplified model conversion API. \n' \
'Find more information about transition from MO to OVC at {}'.format(link)