Skip to content

Commit 8601042

Browse files
Added python 3.11 for deployment tool (openvinotoolkit#17627)
1 parent 39958e0 commit 8601042

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

tools/deployment_manager/configs/darwin.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848
},
4949
"cpu": {
50-
"ui_name": "Inference Engine Runtime for Intel(R) CPU",
50+
"ui_name": "OpenVINO Runtime for Intel(R) CPU",
5151
"group": ["ie"],
5252
"dependencies" : ["ie_core"],
5353
"files": [
@@ -85,6 +85,14 @@
8585
"files": [
8686
"python/python3.10"
8787
]
88+
},
89+
"python3.11": {
90+
"ui_name": "OpenVINO Python API for Python 3.11",
91+
"group": ["python"],
92+
"dependencies" : ["ie_core"],
93+
"files": [
94+
"python/python3.11"
95+
]
8896
}
8997
}
9098
}

tools/deployment_manager/configs/linux.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
]
5353
},
5454
"cpu": {
55-
"ui_name": "Inference Engine Runtime for Intel(R) CPU",
55+
"ui_name": "OpenVINO Runtime for Intel(R) CPU",
5656
"group": ["ie"],
5757
"dependencies" : ["ie_core"],
5858
"files": [
5959
"runtime/lib/intel64/libopenvino_intel_cpu_plugin.so"
6060
]
6161
},
6262
"gpu": {
63-
"ui_name": "Inference Engine Runtime for Intel(R) Processor Graphics",
63+
"ui_name": "OpenVINO Runtime for Intel(R) Processor Graphics",
6464
"group": ["ie"],
6565
"dependencies" : ["ie_core"],
6666
"files": [
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"gna": {
72-
"ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator",
72+
"ui_name": "OpenVINO Runtime for Intel(R) Gaussian Neural Accelerator",
7373
"group": ["ie"],
7474
"dependencies" : ["ie_core"],
7575
"files": [
@@ -109,6 +109,14 @@
109109
"files": [
110110
"python/python3.10"
111111
]
112+
},
113+
"python3.11": {
114+
"ui_name": "OpenVINO Python API for Python 3.11",
115+
"group": ["python"],
116+
"dependencies" : ["ie_core"],
117+
"files": [
118+
"python/python3.11"
119+
]
112120
}
113121
}
114122
}

tools/deployment_manager/configs/windows.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
]
3333
},
3434
"cpu": {
35-
"ui_name": "Inference Engine Runtime for Intel(R) CPU",
35+
"ui_name": "OpenVINO Runtime for Intel(R) CPU",
3636
"group": ["ie"],
3737
"dependencies" : ["ie_core"],
3838
"files": [
3939
"runtime/bin/intel64/Release/openvino_intel_cpu_plugin.dll"
4040
]
4141
},
4242
"gpu": {
43-
"ui_name": "Inference Engine Runtime for Intel(R) Processor Graphics",
43+
"ui_name": "OpenVINO Runtime for Intel(R) Processor Graphics",
4444
"group": ["ie"],
4545
"dependencies" : ["ie_core"],
4646
"files": [
@@ -49,7 +49,7 @@
4949
]
5050
},
5151
"gna": {
52-
"ui_name": "Inference Engine Runtime for Intel(R) Gaussian Neural Accelerator",
52+
"ui_name": "OpenVINO Runtime for Intel(R) Gaussian Neural Accelerator",
5353
"group": ["ie"],
5454
"dependencies" : ["ie_core"],
5555
"files": [
@@ -88,6 +88,14 @@
8888
"files": [
8989
"python/python3.10"
9090
]
91+
},
92+
"python3.11": {
93+
"ui_name": "OpenVINO Python API for Python 3.11",
94+
"group": ["python"],
95+
"dependencies" : ["ie_core"],
96+
"files": [
97+
"python/python3.11"
98+
]
9199
}
92100
}
93101
}

0 commit comments

Comments
 (0)