You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-21
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Torch-TensorRT is distributed in the ready-to-run NVIDIA [NGC PyTorch Container]
19
19
20
20
## Building a docker container for Torch-TensorRT
21
21
22
-
We provide a `Dockerfile` in `docker/` directory. It expects a PyTorch NGC container as a base but can easily be modified to build on top of any container that provides, PyTorch, CUDA, cuDNN and TensorRT. The dependency libraries in the container can be found in the <ahref="https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/index.html">release notes</a>.
22
+
We provide a `Dockerfile` in `docker/` directory. It expects a PyTorch NGC container as a base but can easily be modified to build on top of any container that provides, PyTorch, CUDA, and TensorRT. The dependency libraries in the container can be found in the <ahref="https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/index.html">release notes</a>.
23
23
24
24
Please follow this instruction to build a Docker container.
25
25
@@ -152,14 +152,13 @@ bash ./compile.sh
152
152
You need to start by having CUDA installed on the system, LibTorch will automatically be pulled for you by bazel,
153
153
then you have two options.
154
154
155
-
#### 1. Building using cuDNN & TensorRT tarball distributions
155
+
#### 1. Building using TensorRT tarball distributions
156
156
157
157
> This is recommended so as to build Torch-TensorRT hermetically and insures any bugs are not caused by version issues
158
158
159
159
> Make sure when running Torch-TensorRT that these versions of the libraries are prioritized in your `$LD_LIBRARY_PATH`
160
160
161
-
1. You need to download the tarball distributions of TensorRT and cuDNN from the NVIDIA website.
162
-
-https://developer.nvidia.com/cudnn
161
+
1. You need to download the tarball distributions of TensorRT from the NVIDIA website.
163
162
-https://developer.nvidia.com/tensorrt
164
163
2. Place these files in a directory (the directories `third_party/dist_dir/[x86_64-linux-gnu | aarch64-linux-gnu]` exist for this purpose)
0 commit comments