I most likely ran pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio==0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
to install PyTorch and specify CUDA version.
The output for PyTorch CUDA version is -
>>> print(torch.version.cuda)
11.3
What would be a likely solution in this case?