INSRALL TensorRT

I’m sorry I didn’t understand it well,

but TensorRT is a python library?

there is a simple way to install it?

because I tried a couple of times to download trow the windows zip file, and I found it pretty complicated?

please let me know for any simple instructions out there?

TIA

Hi,

Please refer to below installation guide:
https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-601/tensorrt-install-guide/index.html#installing

TensorRT has both C++ and python APIs.
https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-601/tensorrt-api/index.html

All the python samples are part of TRT package and can be found at “/usr/src/tensorrt/samples/python” directory post TRT installation.

https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt-601/tensorrt-support-matrix/index.html#platform-matrix

Also, I will recommend you to use NGC to reduce any host-side dependencies.

Thanks