We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d864a1 commit fd96f23Copy full SHA for fd96f23
build.py
@@ -71,8 +71,8 @@
71
'23.07dev', # triton container
72
'23.06', # upstream container
73
'1.15.0', # ORT
74
- '2022.1.0', # ORT OpenVINO
75
- '2022.1.0', # Standalone OpenVINO
+ '2023.0.0', # ORT OpenVINO
+ '2023.0.0', # Standalone OpenVINO
76
'2.4.7', # DCGM version
77
'py310_23.1.0-1') # Conda version.
78
}
qa/common/gen_qa_model_repository
@@ -55,7 +55,7 @@ ONNX_VERSION=1.13.0
55
ONNX_OPSET=0
56
57
# OPENVINO version
58
-OPENVINO_VERSION=2022.3.0
+OPENVINO_VERSION=2023.0.0
59
60
UBUNTU_IMAGE=${UBUNTU_IMAGE:=ubuntu:22.04}
61
PYTORCH_IMAGE=${PYTORCH_IMAGE:=nvcr.io/nvidia/pytorch:$TRITON_VERSION-py3}
0 commit comments