-
Notifications
You must be signed in to change notification settings - Fork 365
❓ [Question] How to run Torch-Tensorrt on JETSON AGX ORIN? #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We are currently working on that and plan to release a version compatible with Jetpack 5.0 soon. Here is a working PR you can try #1158 |
@krmayankb Were you able to run torch_tensorrt on Orin successfully? |
@haichuanwang001 No, I couldn't. I stop trying based on feedback received. Currently, I am working with the Python API of TensorRT. It's a bit of work to wrap your head around but it works. Let me know if you need more info about this. |
torch-tensorrt 1.1.1 was released with Orin support https://github.com/pytorch/TensorRT/releases/tag/v1.1.1 Follow the instructions here to install https://pytorch.org/TensorRT/tutorials/installation.html |
@narendasan good to see this release. Please refer above image. I don't see any change to UPDATE: library build and functionalities are working on ORIN with Jetpack 5.0DP, while the version of torch_tensorrt is: |
❓ Question
Not able to run Torch-Tensorrt on Jetson AGX ORIN
As per the release note, it is mentioned that current release doesn't have support for Jetpack 5.0DP but ORIN only supports Jetpack 5.0DP (I might be wrong but inferring from this Jetpack Archives.. Is there a way to run Torch-Tensort on ORIN? if not what's the possible timeline for new release with this support?
What you have already tried
I did tried building for python, as suggested in the repo, it enables
import torch_tensorrt
but doesn't supports any attributes.Environment
conda
,pip
,libtorch
, source): tried both, wheels provided here and building from source(instruction from here).The text was updated successfully, but these errors were encountered: