Skip to content

Commit

Permalink
feat: Upgrade TensorRT to 8.2.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Peri <[email protected]>
  • Loading branch information
peri044 committed Apr 6, 2022
1 parent 8801573 commit f1f151b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
- Bazel 4.2.1
- Libtorch 1.10.0 (built with CUDA 11.3)
- CUDA 11.3 (10.2 on Jetson)
- cuDNN 8.2
- TensorRT 8.0.3.4 (TensorRT 8.0.1.6 on Jetson)
- cuDNN 8.2.1
- TensorRT 8.2.4.2 (TensorRT 8.2.1 on Jetson)

## Prebuilt Binaries and Wheel files

Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ http_archive(
http_archive(
name = "tensorrt",
build_file = "@//third_party/tensorrt/archive:BUILD",
sha256 = "da130296ac6636437ff8465812eb55dbab0621747d82dc4fe9b9376f00d214af",
strip_prefix = "TensorRT-8.2.2.1",
sha256 = "826180eaaecdf9a7e76116855b9f1f3400ea9b06e66b06a3f6a0747ba6f863ad",
strip_prefix = "TensorRT-8.2.4.2",
urls = [
"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",
"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",
],
)

Expand Down

0 comments on commit f1f151b

Please sign in to comment.