Skip to content

Commit a214bb6

Browse files
[openvino-dev][MO] Remove (legacy) openvino-dev package and MO tool (#27622)
**Details:** Remove openvino-dev package and MO tool **Tickets:** 157065, 157071 --------- Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
1 parent 31f6b3d commit a214bb6

File tree

1,459 files changed

+0
-163473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,459 files changed

+0
-163473
lines changed

.github/workflows/linux_riscv.yml

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ jobs:
139139
git submodule update --init -- ${OPENVINO_REPO}/thirdparty/gflags
140140
git submodule update --init -- ${OPENVINO_REPO}/thirdparty/telemetry
141141
git submodule update --init -- ${OPENVINO_REPO}/src/plugins/intel_cpu
142-
git submodule update --init -- ${OPENVINO_REPO}/thirdparty/open_model_zoo
143142
git submodule update --init -- ${OPENVINO_REPO}/thirdparty/flatbuffers/flatbuffers
144143
popd
145144

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
[submodule "thirdparty/onednn_gpu"]
5353
path = src/plugins/intel_gpu/thirdparty/onednn_gpu
5454
url = https://github.com/oneapi-src/oneDNN.git
55-
[submodule "tools/pot/thirdparty/open_model_zoo"]
56-
path = thirdparty/open_model_zoo
57-
url = https://github.com/openvinotoolkit/open_model_zoo.git
5855
[submodule "thirdparty/json/nlohmann_json"]
5956
path = thirdparty/json/nlohmann_json
6057
url = https://github.com/nlohmann/json.git

thirdparty/open_model_zoo

-1
This file was deleted.

tools/CMakeLists.txt

-8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@
55
# Python tools
66
#
77

8-
# MO
9-
10-
add_subdirectory(mo)
11-
128
if(ENABLE_PYTHON)
139
# Benchmark Tool
1410
add_subdirectory(benchmark_tool)
1511

1612
# OpenVino Conversion Tool
1713
add_subdirectory(ovc)
1814
endif()
19-
20-
# wheel openvino-dev
21-
22-
add_subdirectory(openvino_dev)

tools/mo/.coveragerc

-41
This file was deleted.

tools/mo/.pylintdict

-68
This file was deleted.

0 commit comments

Comments
 (0)