[MO] Fix version of MO deprecation (#21438)
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
This commit is contained in:
parent
9cca05def8
commit
35330d5320
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue