When I download torch==2.0.1, I am missing certain libtorch files to import torch_tensorrt. Namely:
from torch_tensorrt._C import dtype, DeviceType, EngineCapability, TensorFormat
ImportError: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory
but when I revert to torch 1.13 as pip instructs me to it either automatically redownloads the latest torch, putting me back at square 1, or the boilerplate code for running tensorrt does not work. Would anyone be able to advise?
Based on the Torch-TensorRTrelease notes it seems torch==1.13 is the latest supported version which is also being downloaded if I install torch_tensorrt==1.3.0: