You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure to build torch_tensorrt wheel file from source release/2.5 branch
However, the file toolchains/jp_workspaces/MODULE.bazel.tmpl doesn't exist in this branch, and so the subsequent instructions for generating a MODULE.bazel file are invalid. Also the default MODULE.bazel in this branch does not work for this build. The documentation is not correct, and the provided workflow cannot be used to build TensorRT.
How do I build TensorRT 2.5.0 on a Jetson (ARM64, Jetpack 6.1 CUDA 12.6 PyTorch 2.5.0)?
Can't use 2.6.0 because there's no Jetson build of PyTorch 2.6.0, only 2.5.0.
The text was updated successfully, but these errors were encountered:
@lanluo-nvidia Thanks for this. I was also able to get it to build after hacking on setup.py and MODULE.bazel for a bit, was about to report back here.
The documentation at https://pytorch.org/TensorRT/getting_started/jetpack.html states (at the bottom):
However, the file toolchains/jp_workspaces/MODULE.bazel.tmpl doesn't exist in this branch, and so the subsequent instructions for generating a MODULE.bazel file are invalid. Also the default MODULE.bazel in this branch does not work for this build. The documentation is not correct, and the provided workflow cannot be used to build TensorRT.
How do I build TensorRT 2.5.0 on a Jetson (ARM64, Jetpack 6.1 CUDA 12.6 PyTorch 2.5.0)?
Can't use 2.6.0 because there's no Jetson build of PyTorch 2.6.0, only 2.5.0.
The text was updated successfully, but these errors were encountered: