Libtorch install on Jetson Xavier NX Developer Ket (C++ compatibility)

I’m having trouble configuring my environment for the Pytorch c++ API. There is an explanation for using JetPack version 4.3 with python 2.7 but that would set me back weeks of work. Is there support for libtorch in JetPack version 4.5 or 4.6 with python 3.6?

If you install one of the PyTorch wheels or containers from this thread, it will also install the libtorch libraries and headers. You can find the location that libtorch gets installed to by running pip3 show torch after installing the wheel.