@@ -101,27 +101,27 @@ http_archive(
101101http_archive (
102102 name = "tensorrt" ,
103103 build_file = "@//third_party/tensorrt/archive:BUILD" ,
104- strip_prefix = "TensorRT-10.13.3.9 " ,
104+ strip_prefix = "TensorRT-10.14.1.48 " ,
105105 urls = [
106- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3 /tars/TensorRT-10.13.3.9 .Linux.x86_64-gnu.cuda-13.0.tar.gz" ,
106+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1 /tars/TensorRT-10.14.1.48 .Linux.x86_64-gnu.cuda-13.0.tar.gz" ,
107107 ],
108108)
109109
110110http_archive (
111111 name = "tensorrt_rtx" ,
112112 build_file = "@//third_party/tensorrt_rtx/archive:BUILD" ,
113- strip_prefix = "TensorRT-RTX-1.0 .0.21 " ,
113+ strip_prefix = "TensorRT-RTX-1.2 .0.54 " ,
114114 urls = [
115- "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.0/TensorRT-RTX -1.0 .0.21.Linux. x86_64-gnu. cuda-12.9 .tar.gz" ,
115+ "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.2/tensorrt-rtx -1.2 .0.54-linux- x86_64-cuda-13.0-release-external .tar.gz" ,
116116 ],
117117)
118118
119119http_archive (
120120 name = "tensorrt_sbsa" ,
121121 build_file = "@//third_party/tensorrt/archive:BUILD" ,
122- strip_prefix = "TensorRT-10.13.3.9 " ,
122+ strip_prefix = "TensorRT-10.14.1.48 " ,
123123 urls = [
124- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3 /tars/TensorRT-10.13.3.9 .Linux.aarch64-gnu.cuda-13.0.tar.gz" ,
124+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1 /tars/TensorRT-10.14.1.48 .Linux.aarch64-gnu.cuda-13.0.tar.gz" ,
125125 ],
126126)
127127
@@ -137,18 +137,18 @@ http_archive(
137137http_archive (
138138 name = "tensorrt_win" ,
139139 build_file = "@//third_party/tensorrt/archive:BUILD" ,
140- strip_prefix = "TensorRT-10.13.3.9 " ,
140+ strip_prefix = "TensorRT-10.14.1.48 " ,
141141 urls = [
142- "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3 /zip/TensorRT-10.13.3.9 .Windows.win10.cuda-13.0.zip" ,
142+ "https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1 /zip/TensorRT-10.14.1.48 .Windows.win10.cuda-13.0.zip" ,
143143 ],
144144)
145145
146146http_archive (
147147 name = "tensorrt_rtx_win" ,
148148 build_file = "@//third_party/tensorrt_rtx/archive:BUILD" ,
149- strip_prefix = "TensorRT-RTX-1.0 .0.21 " ,
149+ strip_prefix = "TensorRT-RTX-1.2 .0.54 " ,
150150 urls = [
151- "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.0/TensorRT-RTX -1.0 .0.21.Windows. win10. cuda-12.9 .zip" ,
151+ "https://developer.nvidia.com/downloads/trt/rtx_sdk/secure/1.2/tensorrt-rtx -1.2 .0.54- win10-amd64- cuda-13.0-release-external .zip" ,
152152 ],
153153)
154154####################################################################################
0 commit comments