File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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.0 (built with CUDA 11.1)
82
82
- CUDA 11.1 (10.2 on Jetson)
83
83
- cuDNN 8.1
84
- - TensorRT 7.2.3
84
+ - TensorRT 8.0.1.6
85
85
86
86
## Prebuilt Binaries and Wheel files
87
87
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ http_archive(
81
81
name = "tensorrt" ,
82
82
build_file = "@//third_party/tensorrt/archive:BUILD" ,
83
83
sha256 = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88" ,
84
- strip_prefix = "TensorRT-7.2.3.4 " ,
84
+ strip_prefix = "TensorRT-8.0.1.6 " ,
85
85
urls = [
86
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" ,
87
87
],
You can’t perform that action at this time.
0 commit comments