Skip to content

Commit 6b86ca8

Browse files
committed
fix: Fixed torchtrt_runtime example link
Signed-off-by: lamhoangtung <[email protected]>
1 parent cf8da43 commit 6b86ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsrc/tutorials/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ programs just as you would otherwise via PyTorch API.
2626

2727
.. note:: If you are linking ``libtorchtrt_runtime.so``, likely using the following flags will help ``-Wl,--no-as-needed -ltorchtrt -Wl,--as-needed`` as theres no direct symbol dependency to anything in the Torch-TensorRT runtime for most Torch-TensorRT runtime applications
2828

29-
An example of how to use ``libtorchtrt_runtime.so`` can be found here: https://github.com/NVIDIA/Torch-TensorRT/tree/master/examples/torchtrt_example
29+
An example of how to use ``libtorchtrt_runtime.so`` can be found here: https://github.com/pytorch/TensorRT/tree/master/examples/torchtrt_runtime_example
3030

3131
Plugin Library
3232
---------------

0 commit comments

Comments
 (0)