Skip to content

Commit

Permalink
fix link to unavailable docs and pages
Browse files Browse the repository at this point in the history
1. TensorRT documentation page link showed unavailable page
2. trtexec link page link showed unavailable

Signed-off-by: abdulazizab2 <[email protected]>
  • Loading branch information
abdulazizab2 committed Apr 15, 2023
1 parent 8af13d1 commit a849370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

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

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

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.

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:
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:

`trtexec --onnx=model.onnx`

Expand Down

0 comments on commit a849370

Please sign in to comment.