First of all, my graphics card is MTT S80. A friend suggested using the CPU version of pytorch, but when I run deep learning code, it prompts me:Torch not compiled with CUDA enabled
, so I think I should still install CUDA. According to the prompts, it seems that my system supports the highest version 10.1. However, when I searched the official website, I found that CUDA 10.1 supports the highest version 18.04 of Ubuntu, while my Ubuntu version is 20.04. So what should I do?
Asked
Active
Viewed 149 times
0

lqqq
- 11
pip install
the GPU version of PyTorch to solve this error, but you will get another error and it will never work until you buy a Nvidia card. – Daniel T Feb 01 '24 at 08:30