diff --git a/TRITON_VERSION b/TRITON_VERSION index 361b45bd7a..9fbc3d99f8 100644 --- a/TRITON_VERSION +++ b/TRITON_VERSION @@ -1 +1 @@ -2.65.0dev +2.65.0 diff --git a/build.py b/build.py index 9f7903c5a4..198996a4fd 100755 --- a/build.py +++ b/build.py @@ -71,14 +71,14 @@ # DEFAULT_TRITON_VERSION_MAP = { - "release_version": "2.65.0dev", - "triton_container_version": "26.01dev", - "upstream_container_version": "25.12", + "release_version": "2.65.0", + "triton_container_version": "26.01", + "upstream_container_version": "26.01", "ort_version": "1.23.2", "ort_openvino_version": "2025.4.1", "standalone_openvino_version": "2025.4.1", "dcgm_version": "4.4.2-1", - "vllm_version": "0.11.1", + "vllm_version": "0.13.0", "rhel_py_version": "3.12.3", }