Hello,
I am using GeForce 1650 Graphics card. How to install CUDA 12.5 manually (without internet). I installed, CUDA 12.5, cudnn 9.2 and supporting drivers also. I installed torch from python using wheel files. Now my torch is not detecting GPU. Give me some advice.
Did you install the cuda version?
If you use pip, you need download the whl file that looks like cu118/torch-2.3.0%2Bcu118-cp310-cp310-win_amd64.whl
from https://download.pytorch.org/whl/torch_stable.html .
If you use conda, you can download file like tar.bz2 from anaconda site. Besides the PyTorch package, from Start Locally | PyTorch, you also need install pytorch-cuda
or cudatoolkit
package. (Personally speaking, I don’t know what does these two packages do and why don’t you need these packages for pip
. )