According to Pytorch I used this command in cmd
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
But CUDA still unavailable. Could someone help me, please?
import torch
print(torch.cuda.is_available())
The output will be False
You have to update driver first:
Here is a concept diagram from nvidia website
Here is another one:
More at CUDA Compatibility