We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ee05c commit 7fef0f1Copy full SHA for 7fef0f1
build.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python3
2
-# Copyright 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# Copyright 2020-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions
@@ -72,7 +72,7 @@
72
73
DEFAULT_TRITON_VERSION_MAP = {
74
"release_version": "2.54.0dev",
75
- "triton_container_version": "24.01dev",
+ "triton_container_version": "25.01dev",
76
"upstream_container_version": "24.12",
77
"ort_version": "1.20.1",
78
"ort_openvino_version": "2024.4.0",
0 commit comments