Skip to content

Commit a100236

Browse files
mc-nvoandreeva-nv
authored andcommitted
Update 'main' to track development of 2.40.0 / 23.11 (#6400)
1 parent 890a933 commit a100236

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030

3131
[![License](https://img.shields.io/badge/License-BSD3-lightgrey.svg)](https://opensource.org/licenses/BSD-3-Clause)
3232

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+
3339
----
3440
Triton Inference Server is an open source inference serving software that
3541
streamlines AI inferencing. Triton enables teams to deploy any AI model from

TRITON_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.39.0
1+
2.40.0dev

build.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
# incorrectly load the other version of the openvino libraries.
7171
#
7272
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
7777
"2023.0.0", # ORT OpenVINO
7878
"2023.0.0", # Standalone OpenVINO
7979
"2.4.7", # DCGM version

0 commit comments

Comments
 (0)