Open vuongnp opened 1 month ago
You can try to find / -name tensorrt.so
, which is pytrt bind library.
Thanks. But I cannot find it. I think TensorRT 7.x doesn't support Python bindings.
Can you try this way: https://forums.developer.nvidia.com/t/how-to-install-nvidia-tensorrt/250891
Environment:
Can I use
tensorrt
Python in the environment above? If so, please help me install it.I saw an example in link using
tensorrt python
7.2 But when I tried on my environment, I faced the following errors:Tried another command:
Thank you.