Pytorch on 3.10 python version of jetson orin

I have two versions of python on my jetson orin. One is 3.8 and the other is 3.10 which is installed in a virtual enviornment. My cuda version is 11.4 and I was trying to install pytorch cpu version 2.5.1 but was unable to. I did try this - ```
pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cpu

You would need to install the binaries from e.g. here.

Okay. and according to the link I need to have jetpack 6.0 for python 3.10 right? Currently my jetpack version is 5.1