Hello,
I want to implement pytorch framework in c++. Does the current Xavier version support libtorch or not? If supported, can anyone provide the installation package and implementation steps of libtorch ? Otherwise, how i can do in other ways to implement pytorch in c++ ?
Thanks a lot.
Hi,
Sorry that we don’t have too much experience on the libTorch.
Here is a prebuilt pyTorch package for Jetson:
[url]https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano/[/url]
If the C++ interface wasn’t be included, you can follow the instructions to build it from source.
Thanks.