Skip to content

Commit 7fef0f1

Browse files
authored
fix: Correct triton_container_version (#7942)
1 parent 71ee05c commit 7fef0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# Copyright 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions
@@ -72,7 +72,7 @@
7272

7373
DEFAULT_TRITON_VERSION_MAP = {
7474
"release_version": "2.54.0dev",
75-
"triton_container_version": "24.01dev",
75+
"triton_container_version": "25.01dev",
7676
"upstream_container_version": "24.12",
7777
"ort_version": "1.20.1",
7878
"ort_openvino_version": "2024.4.0",

0 commit comments

Comments
 (0)