Getting Started with TensorRT-RTX¶
Installation¶
For installation instructions, please refer to https://docs.nvidia.com/deeplearning/tensorrt-rtx/latest/installing-tensorrt-rtx/installation-overview.html
Samples¶
For information about samples, please refer to https://github.com/nvidia/tensorrt-rtx
Operator Documentation¶
For more information, including examples, refer to the TensorRT-RTX Operator’s Reference documentation.
Installing cuda-python
¶
Although not required by the TensorRT Python API, cuda-python
is used in several samples. For installation instructions, refer to the CUDA Python Installation documentation.