Description
I have two machine, say machine A and B, with entirely same hardware and cuda environment. But I only have one with TensorRT environment, say machine A. Now I have built an engine on machine A. How can I make it run on machine B with python API?
Can I just install pip install tensorrt
? If not, what else should I do?