Skip to content

Commit

Permalink
OpenVINO 2023.0.0 (#6031)
Browse files Browse the repository at this point in the history
* Upgrade OV to 2023.0.0

* Upgrade OV model gen script to 2023.0.0
  • Loading branch information
kthui authored Jul 7, 2023
1 parent 4d864a1 commit fd96f23
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 @@ -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.
}
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=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}
Expand Down

0 comments on commit fd96f23

Please sign in to comment.