File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ These are the following dependencies used to verify the testcases. TRTorch can w
81
81
- Libtorch 1.9.1 (built with CUDA 11.1)
82
82
- CUDA 11.1 (10.2 on Jetson)
83
83
- cuDNN 8.2
84
- - TensorRT 8.0.1.6
84
+ - TensorRT 8.0.3.4 (TensorRT 8.0. 1.6 on Jetson)
85
85
86
86
## Prebuilt Binaries and Wheel files
87
87
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ http_archive(
80
80
http_archive (
81
81
name = "tensorrt" ,
82
82
build_file = "@//third_party/tensorrt/archive:BUILD" ,
83
- sha256 = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88 " ,
84
- strip_prefix = "TensorRT-8.0.1.6 " ,
83
+ sha256 = "3177435024ff4aa5a6dba8c1ed06ab11cc0e1bf3bb712dfa63a43422f41313f3 " ,
84
+ strip_prefix = "TensorRT-8.0.3.4 " ,
85
85
urls = [
86
- "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.1 /tars/tensorrt-8.0.1.6 .linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz" ,
86
+ "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.0.3 /tars/tensorrt-8.0.3.4 .linux.x86_64-gnu.cuda-11.3.cudnn8.2.tar.gz" ,
87
87
],
88
88
)
89
89
You can’t perform that action at this time.
0 commit comments