Cannot build mmdeploy with torchscript backend for jetson nano. Could anyone help? #1838
Unanswered
ahmedmustahid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
jetpack SDK: 4.6
python: 3.6.15
g++: 7.5
cmake: 3.26
My environment:
I have obtained the libtorch (that is necessary for enabling torchscript) from [https://github.com/Qengineering/PyTorch-Jetson-Nano](torch jetson nano) that corresponds to pytorch 1.10.
This is what
tree ~/pytorch/torch/lib/
looks like:So, I have set
/home/user/pytorch/torch
as the${Torch_DIR}
.But when I execute the following cmake build command as instructed in the https://mmdeploy.readthedocs.io/en/latest/01-how-to-build/jetsons.html,
I get the following error:
It seems that the following error is being repeated:
Could anyone help me with this issue?
Beta Was this translation helpful? Give feedback.
All reactions