I installed PyTorch on my laptop only to find out that my GPU is not supported. Is there a version that I can use that still supports my GPU ? Or are there any other solutions ?
/home/haziq/anaconda3/envs/dl/lib/python3.5/site-packages/torch/cuda/init.py:97: UserWarning:
Found GPU0 GeForce GTX 780M which is of cuda capability 3.0.
PyTorch no longer supports this GPU because it is too old.
We’ve got PyTorch CUDA bundles 167 with compute capabilities starting 3.0, 3.5
There is no separate python package, but you can extract the package from the installer archive.
which linked to this webpage Jetware - aise / pytorch03_python3_cuda91 - 180306 appliance. I saw a VirtualBox image download and so was wondering if this is an alternative ? Would prefer not to build from source as I am really good at encountering problems.
Oh, I haven’t used it, so I cannot comment on the jetware images.
Haha, you should give it a try. It’s quite simple. Just follow the steps from my previous link and try it out.
I am new to this and I am using gtx 770 i need to train Yolo models and I really need help regarding this PyTorch from source thing. Can you please guide me in this ? should i do exact same steps mentioned in this ?
Yes, read the instructions from my link and follow them. I would also recommend to stick to a clean environment (e.g. create a new virtual conda environment) and also a “common” OS such as Ubuntu 20.04. Other linux flavors would of course also work, but you might need to install the appropriate toolchain.
No, Linux is not necessary and you should be able to build PyTorch using Windows. However, I’m not deeply familiar with Windows and its build process/setup.
OK, I am following the steps but I have some confusion if you can help.
I am using Cuda 11.6 with VS code 2022. for my gtx 770 to work
Its mentioned the legacy version (I don’t know whether I should do it as I don’t know what it is or should I just go with the same page till the end)
Hi, it has been a long time though as I thought of buying a new GPU but still it will take time to deliver so I am back again Anyways I have implemented each and every step and opened Jupiter notebook but it showed the error as “Torch not compiled with CUDA enabled”
Hello, I’m sorry to revive an old thread but it’s been 3-4 days and i’m still stuck.
I have a GTX 770M Graphic Card with the Legacy Drivers installed version 470.239.06
I try to run Deepstack in GPU mode since I have a Graphic Card installed in this old notebook.
Therefore, when deepstack is running the stderr.logs says :
Found GPU%d %s which is of cuda capability %d.%d.
PyTorch no longer supports this GPU because it is too old.
The minimum cuda capability supported by this library is %d.%d.
warnings.warn(old_gpu_warn.format(d, name, major, minor, min_arch // 10, min_arch % 10))
I know my graphic card can only compute 3.0 and I need to build another pytorch version to get it running but I don’t really know how to do it.
Is the link provided by @ptrblck is still up to date ?
(I think I also need CUDA 10.2 but I can’t get it installed, I always end up with last version which is 12.xx)