Skip to content

Commit 93d29bd

Browse files
authored
Merge pull request #654 from NVIDIA/upgrade_trt_version
chore: Upgrade TRT version and README
2 parents 3537866 + 68f1c83 commit 93d29bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1 (built with CUDA 11.1)
8282
- CUDA 11.1 (10.2 on Jetson)
8383
- cuDNN 8.2
84-
- TensorRT 8.0.1.6
84+
- TensorRT 8.0.3.4 (TensorRT 8.0.1.6 on Jetson)
8585

8686
## Prebuilt Binaries and Wheel files
8787

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ http_archive(
8080
http_archive(
8181
name = "tensorrt",
8282
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",
8585
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",
8787
],
8888
)
8989

0 commit comments

Comments
 (0)