I use Jetson Orin Nano.
python3 -c “import torch; print(torch.cuda.is_available())” is true
print(“CUDA is available” if torch.cuda.is_available() else “CUDA is not available”) is 12.2
python3 -c “import torch; print(torch.version)” is 2.3.0a0+6ddf5cf85e.nv24.04
I can’t use GPU
when I write this code python3 setup.py install --user, I am getting error.
How ı can fix? Thanks you for answer
1 Like
Hello,
Thanks for visiting the NVIDIA Developer forums! Your topic will be best served in the Jetson category.
I will move this post over for visibility.
Cheers,
Tom
Hi,
In your environment, PyTorch has built with CUDA support but TorchVision doesn’t.
We also have a prebuilt TorchVision package with GPU enabled for the JetPack 6 users.
Please find the below topic for more info:
Thanks.
thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.