Skip to content

Commit 2f23d6e

Browse files
peri044narendasan
authored andcommitted
chore: Update TRT version in WORKSPACE and README
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent c5f7eea commit 2f23d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ These are the following dependencies used to verify the testcases. TRTorch can w
8181
- Libtorch 1.9.0 (built with CUDA 11.1)
8282
- CUDA 11.1 (10.2 on Jetson)
8383
- cuDNN 8.1
84-
- TensorRT 7.2.3
84+
- TensorRT 8.0.1.6
8585

8686
## Prebuilt Binaries and Wheel files
8787

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ http_archive(
8181
name = "tensorrt",
8282
build_file = "@//third_party/tensorrt/archive:BUILD",
8383
sha256 = "def6a5ee50bed25a68a9c9e22ec671a8f29ee5414bde47c5767bd279e5596f88",
84-
strip_prefix = "TensorRT-7.2.3.4",
84+
strip_prefix = "TensorRT-8.0.1.6",
8585
urls = [
8686
"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",
8787
],

0 commit comments

Comments
 (0)