From 09b284d2b02303428dfb7a5f0aa6382c388c3745 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 5 Jan 2026 16:46:01 -0800 Subject: [PATCH 1/2] Update OpenVINO version --- LICENSE | 2 +- build.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index d367cc74ad..418e483e14 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. +Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/build.py b/build.py index 59575b9da5..9f7903c5a4 100755 --- a/build.py +++ b/build.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2020-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -73,10 +73,10 @@ DEFAULT_TRITON_VERSION_MAP = { "release_version": "2.65.0dev", "triton_container_version": "26.01dev", - "upstream_container_version": "25.11", + "upstream_container_version": "25.12", "ort_version": "1.23.2", - "ort_openvino_version": "2025.4.0", - "standalone_openvino_version": "2025.4.0", + "ort_openvino_version": "2025.4.1", + "standalone_openvino_version": "2025.4.1", "dcgm_version": "4.4.2-1", "vllm_version": "0.11.1", "rhel_py_version": "3.12.3", From dad8bdffacae5afd20ead82b749eb71d3f8fdd84 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Mon, 5 Jan 2026 16:48:30 -0800 Subject: [PATCH 2/2] Update LICENSE file --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 418e483e14..6c65d3b34d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved. +Copyright (c) 2018-2026, NVIDIA CORPORATION. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions