Skip to content

Commit a849370

Browse files
committed
fix link to unavailable docs and pages
1. TensorRT documentation page link showed unavailable page 2. trtexec link page link showed unavailable Signed-off-by: abdulazizab2 <albuainaina8@gmail.com>
1 parent 8af13d1 commit a849370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Parses ONNX models for execution with [TensorRT](https://developer.nvidia.com/tensorrt).
66

7-
See also the [TensorRT documentation](https://docs.nvidia.com/deeplearning/sdk/#inference).
7+
See also the [TensorRT documentation](https://docs.nvidia.com/deeplearning/tensorrt/api/index.html).
88

99
For the list of recent changes, see the [changelog](docs/Changelog.md).
1010

@@ -74,7 +74,7 @@ All experimental operators will be considered unsupported by the ONNX-TRT's `sup
7474

7575
There are currently two officially supported tools for users to quickly check if an ONNX model can parse and build into a TensorRT engine from an ONNX file.
7676

77-
For C++ users, there is the [trtexec](https://github.com/NVIDIA/TensorRT/tree/main/samples/opensource/trtexec) binary that is typically found in the `<tensorrt_root_dir>/bin` directory. The basic command of running an ONNX model is:
77+
For C++ users, there is the [trtexec](https://github.com/NVIDIA/TensorRT/tree/release/8.6/samples/trtexec) binary that can be compiled from the README in the link. The basic command of running an ONNX model is:
7878

7979
`trtexec --onnx=model.onnx`
8080

0 commit comments

Comments
 (0)