From 02ea21d80d0f41f3b0a0e6c5829f92ccd33661db Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Fri, 16 Feb 2024 11:42:17 -0800 Subject: [PATCH] Update 'main' to track development of 2.44.0 / 24.03 --- TRITON_VERSION | 2 +- build.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TRITON_VERSION b/TRITON_VERSION index 8a3555062d..6b75a0f3f1 100644 --- a/TRITON_VERSION +++ b/TRITON_VERSION @@ -1 +1 @@ -2.43.0dev +2.44.0dev diff --git a/build.py b/build.py index 54f9f46241..787a6f663e 100755 --- a/build.py +++ b/build.py @@ -70,8 +70,8 @@ # incorrectly load the other version of the openvino libraries. # TRITON_VERSION_MAP = { - "2.43.0dev": ( - "24.02dev", # triton container + "2.44.0dev": ( + "24.03dev", # triton container "24.01", # upstream container "1.16.3", # ORT "2023.3.0", # ORT OpenVINO