I want a pytorch version run on jetpack 4.6.4 with cuda 10.2.
Because I am running the cellpose environment, which requires a minimum version of Python 3.8, I need to recompile a compatible PyTorch to enable GPU acceleration.
I noticed that someone in the forum has already done the same thing, but unfortunately, the installation package links they posted have expired.
Jetson Nano Pytorch Wheel files for latest Python 3.8/3.9 versions with CUDA 10.2 support - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums
I am trying to compile according to this guide. But this is a method based on Python 3.6, and I am concerned that this guide may be outdated.:
PyTorch for Jetson - Jetson & Embedded Systems / Announcements - NVIDIA Developer Forums
What should I pay attention to? Especially some problems that others have encountered, I want to get the correct way from you.