However, I’m not entirely sure if libtorch got built correctly as I couldn’t find the correct path to the cmake include directory. Does anyone have experience setting up libtorch on Jetson devices? Thanks!
This was after I installed the wheel for Python 3.6. The headers are in ~/.local/lib/python3.6/site-packages/torch/include. I believe setup.py develop does a similar structure, just using symbolic links to your local source tree.
Thanks for the reply! I installed pytorch again with the wheel and try to link using the ./.local/lib path, but I got the following error during the build process of my program:
/usr/bin/ld: cannot find -lCUDA_cublas_device_LIBRARY-NOTFOUND
collect2: error: ld returned 1 exit status