File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
113
113
- Bazel 4.2.1
114
114
- Libtorch 1.10.0 (built with CUDA 11.3)
115
115
- CUDA 11.3 (10.2 on Jetson)
116
- - cuDNN 8.2
117
- - TensorRT 8.0.3.4 (TensorRT 8.0.1.6 on Jetson)
116
+ - cuDNN 8.2.1
117
+ - TensorRT 8.2.4.2 (TensorRT 8.2.1 on Jetson)
118
118
119
119
## Prebuilt Binaries and Wheel files
120
120
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ http_archive(
86
86
http_archive (
87
87
name = "tensorrt" ,
88
88
build_file = "@//third_party/tensorrt/archive:BUILD" ,
89
- sha256 = "da130296ac6636437ff8465812eb55dbab0621747d82dc4fe9b9376f00d214af " ,
90
- strip_prefix = "TensorRT-8.2.2.1 " ,
89
+ sha256 = "826180eaaecdf9a7e76116855b9f1f3400ea9b06e66b06a3f6a0747ba6f863ad " ,
90
+ strip_prefix = "TensorRT-8.2.4.2 " ,
91
91
urls = [
92
- "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.2.2.1 /tars/tensorrt-8.2.2.1 .linux.x86_64-gnu.cuda-11.4.cudnn8.2.tar.gz" ,
92
+ "https://developer.nvidia.com/compute/machine-learning/tensorrt/secure/8.2.4 /tars/tensorrt-8.2.4.2 .linux.x86_64-gnu.cuda-11.4.cudnn8.2.tar.gz" ,
93
93
],
94
94
)
95
95
You can’t perform that action at this time.
0 commit comments