Skip to content

Commit 47971dd

Browse files
authored
Rollback OpenVINO version for model gerneation (#7867)
1 parent da9b153 commit 47971dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/common/gen_qa_model_repository

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ ONNX_VERSION=1.16.1
5555
ONNX_OPSET=0
5656

5757
# OPENVINO version
58-
OPENVINO_VERSION=2024.5.0
58+
OPENVINO_VERSION=2023.3.0
5959

60-
UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04}
60+
UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:24.04}
6161
PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}
6262
TENSORFLOW_IMAGE=${TENSORFLOW_IMAGE:=nvcr.io/nvidia/tensorflow:$TRITON_VERSION-tf2-py3}
6363
TENSORRT_IMAGE=${TENSORRT_IMAGE:=nvcr.io/nvidia/tensorrt:$TRITON_VERSION-py3}

0 commit comments

Comments
 (0)