Skip to content

Commit

Permalink
Rollback OpenVINO version for model gerneation (#7867)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv authored Dec 11, 2024
1 parent da9b153 commit 47971dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/common/gen_qa_model_repository
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ONNX_VERSION=1.16.1
ONNX_OPSET=0

# OPENVINO version
OPENVINO_VERSION=2024.5.0
OPENVINO_VERSION=2023.3.0

UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04}
UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:24.04}
PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}
TENSORFLOW_IMAGE=${TENSORFLOW_IMAGE:=nvcr.io/nvidia/tensorflow:$TRITON_VERSION-tf2-py3}
TENSORRT_IMAGE=${TENSORRT_IMAGE:=nvcr.io/nvidia/tensorrt:$TRITON_VERSION-py3}
Expand Down

0 comments on commit 47971dd

Please sign in to comment.