From 5fca8354aa16741c943019b7341523b4c909518e Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:21:15 -0800 Subject: [PATCH] Update 'main' to track development of 2.41.0 / 23.12 (#6543) --- TRITON_VERSION | 2 +- build.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TRITON_VERSION b/TRITON_VERSION index 18e915e8be..21011c4fa3 100644 --- a/TRITON_VERSION +++ b/TRITON_VERSION @@ -1 +1 @@ -2.40.0dev +2.41.0dev diff --git a/build.py b/build.py index 952eff4b18..811a0c81ef 100755 --- a/build.py +++ b/build.py @@ -70,8 +70,8 @@ # incorrectly load the other version of the openvino libraries. # TRITON_VERSION_MAP = { - "2.40.0dev": ( - "23.11dev", # triton container + "2.41.0dev": ( + "23.12dev", # triton container "23.10", # upstream container "1.16.2", # ORT "2023.0.0", # ORT OpenVINO