I am attempting to install PyTorch with CUDA support. However, even after completing the installation, I am still receiving the following output.
import torch
print (torch.version)
2.0.1
print (torch.cuda.is_available())
false
Result (PyTorch with CUDA support false)
what is the better way to install PyTorch with CUDA support
in Jetson Xavier NX Dev kit
Jetson info