From eb11c46b3b3568bea5934f35f5dff049b405f279 Mon Sep 17 00:00:00 2001 From: Jacky <18255193+kthui@users.noreply.github.com> Date: Wed, 14 Feb 2024 18:02:33 -0800 Subject: [PATCH] Set OV version to 2023.3.0 (#6880) (#6882) --- build.py | 4 ++-- qa/common/gen_qa_model_repository | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.py b/build.py index 325f0904e4..51469212ca 100755 --- a/build.py +++ b/build.py @@ -74,8 +74,8 @@ "24.02", # triton container "24.02", # upstream container "1.16.3", # ORT - "2023.0.0", # ORT OpenVINO - "2023.0.0", # Standalone OpenVINO + "2023.3.0", # ORT OpenVINO + "2023.3.0", # Standalone OpenVINO "3.2.6", # DCGM version "py310_23.1.0-1", # Conda version "0.3.0", # vLLM version diff --git a/qa/common/gen_qa_model_repository b/qa/common/gen_qa_model_repository index 8c7f958e25..6fb9fa615f 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=2023.0.0 +OPENVINO_VERSION=2023.3.0 UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04} PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}