Skip to content

Commit 8ec296c

Browse files
authored
Merge pull request #965 from NVIDIA/trt8.4
feat: Upgrade TensorRT to 8.2.4.2
2 parents 8801573 + f1f151b commit 8ec296c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
113113
- Bazel 4.2.1
114114
- Libtorch 1.10.0 (built with CUDA 11.3)
115115
- 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)
118118

119119
## Prebuilt Binaries and Wheel files
120120

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ http_archive(
8686
http_archive(
8787
name = "tensorrt",
8888
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",
9191
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",
9393
],
9494
)
9595

0 commit comments

Comments
 (0)