You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMDeploy will not be able to convert to OpenVINO model at the end of 2024, because onnxruntime and OpenVINO runtime supported by MMDeploy 2.3.0 will be End-of-life.
MMdeploy must be updated to support latest OpenVINO and onnxruntime which is officially supported ASAP.
Related resources
MMDeploy 2.3.0 requires onnxruntime <= v1.15.1 because MMDeploy SDK currently rely on Ort::CustomOpApi removed at v1.16.0.
(see #2465 )
However, it seems that there is no plan to follow onnxruntime's update now.
Each regular release is supported until the next version arrives, making it suitable for:
Most typical use cases (the recommended release type).
Products requiring frequent changes in supported hardware, libraries, operating systems, and models.
LTS Lifecycle
LTS is typically published at the end of every year cycle.
LTS uses the branch of the last yearly regular release.
LTS aim to receive an update once a year. Security updates are offered for the duration of the entire LTS period, which is two years (or until superseded by two consecutive LTS versions).
Updates targeting newly discovered bugs are offered for the period of one year.
It says that OpenVINO 2022.x is already EOL. and even OpenVINO 2022.3 LTS will be outdated at the end of 2024.
Additional context
No response
The text was updated successfully, but these errors were encountered:
RiverLight4
changed the title
[Feature] Code update for latest onnxruntime & OpenVINO
[Feature] Code update for supporting latest onnxruntime & OpenVINO
Jun 18, 2024
Motivation
MMDeploy will not be able to convert to OpenVINO model at the end of 2024, because onnxruntime and OpenVINO runtime supported by MMDeploy 2.3.0 will be End-of-life.
MMdeploy must be updated to support latest OpenVINO and onnxruntime which is officially supported ASAP.
Related resources
MMDeploy 2.3.0 requires
onnxruntime <= v1.15.1
because MMDeploy SDK currently rely onOrt::CustomOpApi
removed atv1.16.0
.(see #2465 )
However, it seems that there is no plan to follow onnxruntime's update now.
onnxruntime v1.15.1
only supports OpenVINO2022.x
and2023.0.
(Please see CMakeLists.txt https://github.com/microsoft/onnxruntime/blob/baeece44ba075009c6bfe95891a8c1b3d4571cb3/cmake/CMakeLists.txt#L1154 )
Even if changing CMakeLists.txt and run, it isn't work properly.
onnxruntime v1.15.1
cannot be used with OpenVINO2024.x
because some APIs are deprecated and removed. (InferenceEngine and ngraph)OpenVINO regular release and LTS release policy is found here:
https://docs.openvino.ai/nightly/about-openvino/release-notes-openvino/release-policy.html
(bolded by my hand)
It says that OpenVINO
2022.x
is already EOL. and even OpenVINO2022.3 LTS
will be outdated at the end of 2024.Additional context
No response
The text was updated successfully, but these errors were encountered: