Now, [tensorrt](https://docs.nvidia.com/deeplearning/tensorrt/) is installed (installation may fail, but as long as the libnvinver.so.\* and libnvinver_plugin.so.\* are present, that's no big deal)
Now, [tensorrt](https://docs.nvidia.com/deeplearning/tensorrt/) is installed (installation might fail, but as long as the libnvinver.so.\* and libnvinver_plugin.so.\* are present, that's no big deal)
```sh
pip install tensorrt==x.y.z
pip install--no-cachetensorrt==x.y.z
```
Unfortunately, tensorrt does not link the shared libraries, so we need to do