@@ -131,27 +131,27 @@ http_archive(
131131http_archive (
132132 name = "tensorrt" ,
133133 build_file = "@//third_party/tensorrt/archive:BUILD" ,
134- strip_prefix = "TensorRT-10.15.1.29 " ,
134+ strip_prefix = "TensorRT-10.16.0.72 " ,
135135 urls = [
136- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1 /tars/TensorRT-10.15.1.29 .Linux.x86_64-gnu.cuda-13.1 .tar.gz" ,
136+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0 /tars/TensorRT-10.16.0.72 .Linux.x86_64-gnu.cuda-13.2 .tar.gz" ,
137137 ],
138138)
139139
140140http_archive (
141141 name = "tensorrt_rtx" ,
142142 build_file = "@//third_party/tensorrt_rtx/archive:BUILD" ,
143- strip_prefix = "TensorRT-RTX-1.3 .0.35 " ,
143+ strip_prefix = "TensorRT-RTX-1.4 .0.76 " ,
144144 urls = [
145- "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.3 /tensorrt-rtx-1.3 .0.35 -linux-x86_64-cuda-13.1 -release-external.tar.gz" ,
145+ "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4 /tensorrt-rtx-1.4 .0.76 -linux-x86_64-cuda-13.2 -release-external.tar.gz" ,
146146 ],
147147)
148148
149149http_archive (
150150 name = "tensorrt_sbsa" ,
151151 build_file = "@//third_party/tensorrt/archive:BUILD" ,
152- strip_prefix = "TensorRT-10.15.1.29 " ,
152+ strip_prefix = "TensorRT-10.16.0.72 " ,
153153 urls = [
154- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1 /tars/TensorRT-10.15.1.29 .Linux.aarch64-gnu.cuda-13.1 .tar.gz" ,
154+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0 /tars/TensorRT-10.16.0.72 .Linux.aarch64-gnu.cuda-13.2 .tar.gz" ,
155155 ],
156156)
157157
@@ -167,17 +167,17 @@ http_archive(
167167http_archive (
168168 name = "tensorrt_win" ,
169169 build_file = "@//third_party/tensorrt/archive:BUILD" ,
170- strip_prefix = "TensorRT-10.15.1.29 " ,
170+ strip_prefix = "TensorRT-10.16.0.72 " ,
171171 urls = [
172- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.15.1 /zip/TensorRT-10.15.1.29 .Windows.amd64.cuda-13.1 .zip" ,
172+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.16.0 /zip/TensorRT-10.16.0.72 .Windows.amd64.cuda-13.2 .zip" ,
173173 ],
174174)
175175
176176http_archive (
177177 name = "tensorrt_rtx_win" ,
178178 build_file = "@//third_party/tensorrt_rtx/archive:BUILD" ,
179- strip_prefix = "TensorRT-RTX-1.3 .0.35 " ,
179+ strip_prefix = "TensorRT-RTX-1.4 .0.76 " ,
180180 urls = [
181- "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.3 /tensorrt-rtx-1.3 .0.35 -win10-amd64-cuda-13.1 -release-external.zip" ,
181+ "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.4 /tensorrt-rtx-1.4 .0.76 -win10-amd64-cuda-13.2 -release-external.zip" ,
182182 ],
183183)
0 commit comments