I currently have tensorrt working on python 3.6 on AGX Xavier. Can I make the tensorrt work on 3.9?
If so can anybody guide me in how to do it?
I currently have tensorrt working on python 3.6 on AGX Xavier. Can I make the tensorrt work on 3.9?
If so can anybody guide me in how to do it?
Hi,
We only provide python3.6 pybinding by default.
For other version, you can build it on your own.
The guidance can be found in the below page:
Thanks.