Unable to compile torch_tensorrt on Orin

Hi,

I am receiving compiling error when trying to build troch_trensorrt on the new Orin. I am guessing there might be some dependency issue? Has anyone experienced this before?

Hi,

Could you share the source/command you used for compiling with us first?
Thanks.

I followed this GitHub repo: GitHub - pytorch/TensorRT: PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT.

With command: bazel build //:libtorchtrt --compilation_mode opt

It seems that there are some dependency issues with JP5.0? Is there any chance that we can downgrade some software like CUDA or TensoRT?

Hi,

Only JetPack 5.0.x supports Orin.

Instead of compiling from the source, we also have some prebuilt PyTorch packages for Jetson users.
Could you check if the package can meet your requirement?

https://developer.download.nvidia.com/compute/redist/jp/v50/pytorch/

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.