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