From 0e38f1ec3bbebdc65261573f63e639aa09035e2e Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 11 Mar 2024 15:55:55 -0700 Subject: [PATCH] Update 'main' to track development of 2.45.0 / 24.04 --- TRITON_VERSION | 2 +- build.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TRITON_VERSION b/TRITON_VERSION index 6b75a0f3f1..4cc09ac9dd 100644 --- a/TRITON_VERSION +++ b/TRITON_VERSION @@ -1 +1 @@ -2.44.0dev +2.45.0dev diff --git a/build.py b/build.py index 12af42aa69..da6e9aa311 100755 --- a/build.py +++ b/build.py @@ -70,8 +70,8 @@ # incorrectly load the other version of the openvino libraries. # TRITON_VERSION_MAP = { - "2.44.0dev": ( - "24.03dev", # triton container + "2.45.0dev": ( + "24.04dev", # triton container "24.02", # upstream container "1.17.2", # ORT "2023.3.0", # ORT OpenVINO