From 0a7d1e8a607cfa3935807dda7f01a4c079e2b818 Mon Sep 17 00:00:00 2001 From: kthui <18255193+kthui@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:30:23 -0700 Subject: [PATCH 1/2] Upgrade OV to 2023.0.0 --- build.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index c36eb2104c..c44ad3e5aa 100755 --- a/build.py +++ b/build.py @@ -71,8 +71,8 @@ '23.07dev', # triton container '23.06', # upstream container '1.15.0', # ORT - '2022.1.0', # ORT OpenVINO - '2022.1.0', # Standalone OpenVINO + '2023.0.0', # ORT OpenVINO + '2023.0.0', # Standalone OpenVINO '2.4.7', # DCGM version 'py310_23.1.0-1') # Conda version. } From d77fc92251ab11f1543669e36ea4b429116dacfb Mon Sep 17 00:00:00 2001 From: kthui <18255193+kthui@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:37:09 -0700 Subject: [PATCH 2/2] Upgrade OV model gen script to 2023.0.0 --- qa/common/gen_qa_model_repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/common/gen_qa_model_repository b/qa/common/gen_qa_model_repository index a07f347f74..9b1d0e26af 100755 --- a/qa/common/gen_qa_model_repository +++ b/qa/common/gen_qa_model_repository @@ -55,7 +55,7 @@ ONNX_VERSION=1.13.0 ONNX_OPSET=0 # OPENVINO version -OPENVINO_VERSION=2022.3.0 +OPENVINO_VERSION=2023.0.0 UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04} PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}