Hi, I tried <...>/build/.install_pytorch.sh, but it only offers pytorch for python 3.8. Unfortunately I need python>10 to run Llama and Jetpack<6 to support ubuntu20. I also tried to install pytorch from the official website using "pip3 install torch torchvision torchaudio". But when I checked "torch.cuda.is_available", it returned false.
What should I do?
Thanks.