When I was porting a PC architecture project to Jetson, I encountered an issue with the lack of functions in the dynamic library of arm 64 libtorch. I used the official libtorch shared with deps 1.11.0% 2Bcu113.zip on the PC, and after decompressing this compressed package, the libtorch in lib_ Cuda_ Cu.so and libtorch_ Cuda_ Cpp.so has 2.7G, but I used build myself from the Pytorch project_ The two files compiled by libtorch. py only have 170MB. How can I adjust the environment variables of CMakeLists.txt to make these two files larger, or how can developers release libtorch shared with deps 1.11.0% 2Bcu113.zip
help,pleaseļ¼This is really important to me