File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ You need to download the tarball distributions of TensorRT and cuDNN from the NV
116
116
* https://developer.nvidia.com/cudnn
117
117
* https://developer.nvidia.com/tensorrt
118
118
119
- Place these files in a directory (the directories ``thrid_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu] `` exist for this purpose)
119
+ Place these files in a directory (the directories ``third_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu] `` exist for this purpose)
120
120
121
121
Then compile referencing the directory with the tarballs
122
122
@@ -127,7 +127,7 @@ Release Build
127
127
128
128
.. code-block :: shell
129
129
130
- bazel build //:libtorchtrt -c opt --distdir thrid_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
130
+ bazel build //:libtorchtrt -c opt --distdir third_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
131
131
132
132
A tarball with the include files and library can then be found in ``bazel-bin ``
133
133
@@ -140,7 +140,7 @@ To build with debug symbols use the following command
140
140
141
141
.. code-block :: shell
142
142
143
- bazel build //:libtorchtrt -c dbg --distdir thrid_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
143
+ bazel build //:libtorchtrt -c dbg --distdir third_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
144
144
145
145
A tarball with the include files and library can then be found in ``bazel-bin ``
146
146
@@ -151,7 +151,7 @@ To build using the pre-CXX11 ABI use the ``pre_cxx11_abi`` config
151
151
152
152
.. code-block :: shell
153
153
154
- bazel build //:libtorchtrt --config pre_cxx11_abi -c [dbg/opt] --distdir thrid_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
154
+ bazel build //:libtorchtrt --config pre_cxx11_abi -c [dbg/opt] --distdir third_party /distdir/[x86_64-linux-gnu | aarch64-linux-gnu]
155
155
156
156
A tarball with the include files and library can then be found in ``bazel-bin ``
157
157
You can’t perform that action at this time.
0 commit comments