File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
[ ![ License] ( https://img.shields.io/badge/License-BSD3-lightgrey.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
32
32
33
+ ** LATEST RELEASE: You are currently on the main branch which tracks
34
+ under-development progress towards the next release. The current release is
35
+ version [ 2.38.0] ( https://github.com/triton-inference-server/server/tree/r23.09 )
36
+ and corresponds to the 23.09 container release on
37
+ NVIDIA GPU Cloud (NGC)] ( https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tritonserver ) .**
38
+
33
39
----
34
40
Triton Inference Server is an open source inference serving software that
35
41
streamlines AI inferencing. Triton enables teams to deploy any AI model from
Original file line number Diff line number Diff line change 1
- 2.39.0
1
+ 2.40.0dev
Original file line number Diff line number Diff line change 70
70
# incorrectly load the other version of the openvino libraries.
71
71
#
72
72
TRITON_VERSION_MAP = {
73
- "2.39.0 " : (
74
- "23.10 " , # triton container
75
- "23.10 " , # upstream container
76
- "1.16.1 " , # ORT
73
+ "2.40.0dev " : (
74
+ "23.11dev " , # triton container
75
+ "23.09 " , # upstream container
76
+ "1.16.0 " , # ORT
77
77
"2023.0.0" , # ORT OpenVINO
78
78
"2023.0.0" , # Standalone OpenVINO
79
79
"2.4.7" , # DCGM version
You can’t perform that action at this time.
0 commit comments