Hi,
I’m trying to install pytorch with cuda support on jetson Orin with jetpack 6.1. I follow the official documentation using virtual environment, but I get the following error after this command:
> pip install --no-cache-dir https://developer.download.nvidia.com/compute/redist/jp/v61/pytorch/torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl
ERROR: torch-2.5.0a0+872d972e41.nv24.08.17622132-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.
Sorry, I have no experience with this, but when I check the Compatibility matrix in the docs you reference, it seems torch-2.5.0a0+872d972e41 is only compatible with Jetpack 6.0.
Thanks @rs277, for some reasons their documentation is inconsistent between the compatibility matrix and the pytorch downloads and I cannot find the wheels to download for any of the following versions:
2.6.0a0+df5bbc0
2.5.0a0+e000cf0ad9
2.5.0a0+b465a5843b
There is only torch-2.5.0a0+872d972e41 under jetpack 6.1
If you know where I can find the above versions that would be very useful, I could try to install them.
thanks for this clarification, this is actually very useful information and I haven’t found it in the documentation.
With python 3.10, the installation works fine.
Note that the wheel is this one: