[Deployment Manager Configs] Updated with actual 2022.3.0 structure (#14322)
* Deployment Manager Configs: Updated with actual 2022.3.0 structure * Deployment Manager cfgs: filled with symlinks for macos and linux. Fixed naming for Python * Update tools/deployment_manager/configs/linux.json * Update tools/deployment_manager/configs/darwin.json Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
parent
308e34ec4e
commit
4705f54c68
@ -16,16 +16,27 @@
|
||||
"ie_core": {
|
||||
"group": ["ie"],
|
||||
"files": [
|
||||
"runtime/lib/intel64/Release/libopenvino.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_gapi_preproc.so",
|
||||
"runtime/lib/intel64/Release/libopenvino_c.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_c.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_c.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_hetero_plugin.so",
|
||||
"runtime/lib/intel64/Release/libopenvino_auto_plugin.so",
|
||||
"runtime/lib/intel64/Release/libopenvino_auto_batch_plugin.so",
|
||||
"runtime/lib/intel64/Release/libopenvino_ir_frontend.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_ir_frontend.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_ir_frontend.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_onnx_frontend.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_paddle_frontend.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_tensorflow_fe.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.2022.3.0.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.2230.dylib",
|
||||
"runtime/lib/intel64/Release/libopenvino_tensorflow_frontend.dylib",
|
||||
"runtime/lib/intel64/Release/plugins.xml",
|
||||
"runtime/3rdparty/tbb"
|
||||
]
|
||||
@ -49,7 +60,7 @@
|
||||
]
|
||||
},
|
||||
"python3.7": {
|
||||
"ui_name": "OpenVINO Python API for Python3.7",
|
||||
"ui_name": "OpenVINO Python API for Python 3.7",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -57,7 +68,7 @@
|
||||
]
|
||||
},
|
||||
"python3.8": {
|
||||
"ui_name": "OpenVINO Python API for Python3.8",
|
||||
"ui_name": "OpenVINO Python API for Python 3.8",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -65,12 +76,20 @@
|
||||
]
|
||||
},
|
||||
"python3.9": {
|
||||
"ui_name": "OpenVINO Python API for Python3.9",
|
||||
"ui_name": "OpenVINO Python API for Python 3.9",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.9"
|
||||
]
|
||||
},
|
||||
"python3.10": {
|
||||
"ui_name": "OpenVINO Python API for Python 3.10",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.10"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,18 +22,28 @@
|
||||
"ie_core": {
|
||||
"group": ["ie"],
|
||||
"files": [
|
||||
"runtime/lib/intel64/libopenvino.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino.so.2230",
|
||||
"runtime/lib/intel64/libopenvino.so",
|
||||
"runtime/lib/intel64/libopenvino_gapi_preproc.so",
|
||||
"runtime/lib/intel64/libopenvino_c.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino_c.so.2230",
|
||||
"runtime/lib/intel64/libopenvino_c.so",
|
||||
"runtime/lib/intel64/libopenvino_hetero_plugin.so",
|
||||
"runtime/lib/intel64/libopenvino_auto_plugin.so",
|
||||
"runtime/lib/intel64/libopenvino_auto_batch_plugin.so",
|
||||
"runtime/lib/intel64/libopenvino_ir_frontend.so",
|
||||
"runtime/lib/intel64/libopenvino_ir_frontend.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino_ir_frontend.so.2230",
|
||||
"runtime/lib/intel64/libopenvino_onnx_frontend.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino_onnx_frontend.so.2230",
|
||||
"runtime/lib/intel64/libopenvino_onnx_frontend.so",
|
||||
"runtime/lib/intel64/libopenvino_paddle_frontend.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino_paddle_frontend.so.2230",
|
||||
"runtime/lib/intel64/libopenvino_paddle_frontend.so",
|
||||
"runtime/lib/intel64/libopenvino_tensorflow_fe.so",
|
||||
"runtime/lib/intel64/plugins.xml",
|
||||
"runtime/3rdparty/tbb"
|
||||
"runtime/lib/intel64/libopenvino_tensorflow_frontend.so.2022.3.0",
|
||||
"runtime/lib/intel64/libopenvino_tensorflow_frontend.so.2230",
|
||||
"runtime/lib/intel64/libopenvino_tensorflow_frontend.so",
|
||||
"runtime/lib/intel64/plugins.xml"
|
||||
]
|
||||
},
|
||||
"cpu": {
|
||||
@ -59,7 +69,7 @@
|
||||
"group": ["ie"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"runtime/3rdparty/97-myriad-usbboot.rules",
|
||||
"install_dependencies/97-myriad-usbboot.rules",
|
||||
"runtime/lib/intel64/usb-ma2x8x.mvcmd",
|
||||
"runtime/lib/intel64/pcie-ma2x8x.mvcmd",
|
||||
"runtime/lib/intel64/libopenvino_intel_myriad_plugin.so",
|
||||
@ -72,9 +82,8 @@
|
||||
"group": ["ie"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"runtime/lib/intel64/libgna.so",
|
||||
"runtime/lib/intel64/libgna.so.2",
|
||||
"runtime/lib/intel64/libgna.so.3.0.0.1377",
|
||||
"runtime/lib/intel64/libgna.so.3",
|
||||
"runtime/lib/intel64/libgna.so.3.0.0.1910",
|
||||
"runtime/lib/intel64/libopenvino_intel_gna_plugin.so"
|
||||
]
|
||||
},
|
||||
@ -88,7 +97,7 @@
|
||||
]
|
||||
},
|
||||
"python3.7": {
|
||||
"ui_name": "OpenVINO Python API for Python3.7",
|
||||
"ui_name": "OpenVINO Python API for Python 3.7",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -96,7 +105,7 @@
|
||||
]
|
||||
},
|
||||
"python3.8": {
|
||||
"ui_name": "OpenVINO Python API for Python3.8",
|
||||
"ui_name": "OpenVINO Python API for Python 3.8",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -104,12 +113,20 @@
|
||||
]
|
||||
},
|
||||
"python3.9": {
|
||||
"ui_name": "OpenVINO Python API for Python3.9",
|
||||
"ui_name": "OpenVINO Python API for Python 3.9",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.9"
|
||||
]
|
||||
},
|
||||
"python3.10": {
|
||||
"ui_name": "OpenVINO Python API for Python 3.10",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.10"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,7 @@
|
||||
"runtime/bin/intel64/Release/openvino_ir_frontend.dll",
|
||||
"runtime/bin/intel64/Release/openvino_onnx_frontend.dll",
|
||||
"runtime/bin/intel64/Release/openvino_paddle_frontend.dll",
|
||||
"runtime/lib/intel64/Release/openvino_tensorflow_fe.dll",
|
||||
"runtime/bin/intel64/Release/openvino_tensorflow_frontend.dll",
|
||||
"runtime/bin/intel64/Release/plugins.xml",
|
||||
"runtime/3rdparty/tbb"
|
||||
]
|
||||
@ -76,7 +76,7 @@
|
||||
]
|
||||
},
|
||||
"python3.7": {
|
||||
"ui_name": "OpenVINO Python API for Python3.7",
|
||||
"ui_name": "OpenVINO Python API for Python 3.7",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -84,7 +84,7 @@
|
||||
]
|
||||
},
|
||||
"python3.8": {
|
||||
"ui_name": "OpenVINO Python API for Python3.8",
|
||||
"ui_name": "OpenVINO Python API for Python 3.8",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
@ -92,12 +92,20 @@
|
||||
]
|
||||
},
|
||||
"python3.9": {
|
||||
"ui_name": "OpenVINO Python API for Python3.9",
|
||||
"ui_name": "OpenVINO Python API for Python 3.9",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.9"
|
||||
]
|
||||
},
|
||||
"python3.10": {
|
||||
"ui_name": "OpenVINO Python API for Python 3.10",
|
||||
"group": ["python"],
|
||||
"dependencies" : ["ie_core"],
|
||||
"files": [
|
||||
"python/python3.10"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user