Skip to content

Commit 8dfda85

Browse files
authored
Merge pull request #910 from KamalM9/fix_docs_path_typo
fix path typo in installation docs
2 parents f8c8187 + 7d7e0b5 commit 8dfda85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docsrc/tutorials/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You need to download the tarball distributions of TensorRT and cuDNN from the NV
116116
* https://developer.nvidia.com/cudnn
117117
* https://developer.nvidia.com/tensorrt
118118

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)
120120

121121
Then compile referencing the directory with the tarballs
122122

@@ -127,7 +127,7 @@ Release Build
127127

128128
.. code-block:: shell
129129
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]
131131
132132
A tarball with the include files and library can then be found in ``bazel-bin``
133133

@@ -140,7 +140,7 @@ To build with debug symbols use the following command
140140

141141
.. code-block:: shell
142142
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]
144144
145145
A tarball with the include files and library can then be found in ``bazel-bin``
146146

@@ -151,7 +151,7 @@ To build using the pre-CXX11 ABI use the ``pre_cxx11_abi`` config
151151

152152
.. code-block:: shell
153153
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]
155155
156156
A tarball with the include files and library can then be found in ``bazel-bin``
157157

0 commit comments

Comments
 (0)