Skip to content

Commit fd96f23

Browse files
authored
OpenVINO 2023.0.0 (#6031)
* Upgrade OV to 2023.0.0 * Upgrade OV model gen script to 2023.0.0
1 parent 4d864a1 commit fd96f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
'23.07dev', # triton container
7272
'23.06', # upstream container
7373
'1.15.0', # ORT
74-
'2022.1.0', # ORT OpenVINO
75-
'2022.1.0', # Standalone OpenVINO
74+
'2023.0.0', # ORT OpenVINO
75+
'2023.0.0', # Standalone OpenVINO
7676
'2.4.7', # DCGM version
7777
'py310_23.1.0-1') # Conda version.
7878
}

qa/common/gen_qa_model_repository

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ONNX_VERSION=1.13.0
5555
ONNX_OPSET=0
5656

5757
# OPENVINO version
58-
OPENVINO_VERSION=2022.3.0
58+
OPENVINO_VERSION=2023.0.0
5959

6060
UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04}
6161
PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}

0 commit comments

Comments
 (0)