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 74e9978 commit dff5b97Copy full SHA for dff5b97
2 files changed
TRITON_VERSION
@@ -1 +1 @@
1
-2.65.0dev
+2.65.0
build.py
@@ -71,14 +71,14 @@
71
#
72
73
DEFAULT_TRITON_VERSION_MAP = {
74
- "release_version": "2.65.0dev",
75
- "triton_container_version": "26.01dev",
76
- "upstream_container_version": "25.12",
+ "release_version": "2.65.0",
+ "triton_container_version": "26.01",
+ "upstream_container_version": "26.01",
77
"ort_version": "1.23.2",
78
"ort_openvino_version": "2025.4.1",
79
"standalone_openvino_version": "2025.4.1",
80
"dcgm_version": "4.4.2-1",
81
- "vllm_version": "0.11.1",
+ "vllm_version": "0.13.0",
82
"rhel_py_version": "3.12.3",
83
}
84
0 commit comments