diff --git a/tools/deployment_manager/configs/darwin.json b/tools/deployment_manager/configs/darwin.json index cd2bab675681b7..1f8f9bee5011fd 100644 --- a/tools/deployment_manager/configs/darwin.json +++ b/tools/deployment_manager/configs/darwin.json @@ -47,7 +47,7 @@ ] }, "cpu": { - "ui_name": "Inference Engine Runtime for Intel(R) CPU", + "ui_name": "OpenVINO Runtime for Intel(R) CPU", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -85,6 +85,14 @@ "files": [ "python/python3.10" ] + }, + "python3.11": { + "ui_name": "OpenVINO Python API for Python 3.11", + "group": ["python"], + "dependencies" : ["ie_core"], + "files": [ + "python/python3.11" + ] } } } diff --git a/tools/deployment_manager/configs/linux.json b/tools/deployment_manager/configs/linux.json index 6e3d1987c43f5a..3b469e506db087 100644 --- a/tools/deployment_manager/configs/linux.json +++ b/tools/deployment_manager/configs/linux.json @@ -52,7 +52,7 @@ ] }, "cpu": { - "ui_name": "Inference Engine Runtime for Intel(R) CPU", + "ui_name": "OpenVINO Runtime for Intel(R) CPU", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -60,7 +60,7 @@ ] }, "gpu": { - "ui_name": "Inference Engine Runtime for Intel(R) Processor Graphics", + "ui_name": "OpenVINO Runtime for Intel(R) Processor Graphics", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -69,7 +69,7 @@ ] }, "gna": { - "ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator", + "ui_name": "OpenVINO Runtime for Intel(R) Gaussian Neural Accelerator", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -109,6 +109,14 @@ "files": [ "python/python3.10" ] + }, + "python3.11": { + "ui_name": "OpenVINO Python API for Python 3.11", + "group": ["python"], + "dependencies" : ["ie_core"], + "files": [ + "python/python3.11" + ] } } } diff --git a/tools/deployment_manager/configs/windows.json b/tools/deployment_manager/configs/windows.json index 4589d184e4bdf9..29b5f271fda512 100644 --- a/tools/deployment_manager/configs/windows.json +++ b/tools/deployment_manager/configs/windows.json @@ -32,7 +32,7 @@ ] }, "cpu": { - "ui_name": "Inference Engine Runtime for Intel(R) CPU", + "ui_name": "OpenVINO Runtime for Intel(R) CPU", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -40,7 +40,7 @@ ] }, "gpu": { - "ui_name": "Inference Engine Runtime for Intel(R) Processor Graphics", + "ui_name": "OpenVINO Runtime for Intel(R) Processor Graphics", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -49,7 +49,7 @@ ] }, "gna": { - "ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator", + "ui_name": "OpenVINO Runtime for Intel(R) Gaussian Neural Accelerator", "group": ["ie"], "dependencies" : ["ie_core"], "files": [ @@ -88,6 +88,14 @@ "files": [ "python/python3.10" ] + }, + "python3.11": { + "ui_name": "OpenVINO Python API for Python 3.11", + "group": ["python"], + "dependencies" : ["ie_core"], + "files": [ + "python/python3.11" + ] } } }