Skip to content

Commit

Permalink
Set OV version to 2023.3.0 (#6880) (#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui authored Feb 15, 2024
1 parent 4a05493 commit eb11c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qa/common/gen_qa_model_repository
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit eb11c46

Please sign in to comment.