Open xxoh111 opened 1 week ago
CUDA only works with NVIDIA graphics cards
CUDA only works with NVIDIA graphics cards
This is probably a problem with my computer as I downloaded this and it didn't help me.
What video card do you have?
You must be using an NVIDIA graphics card, however you may likely be able to use this with OpenCL allowing you to use a different GPU architecture other than NVIDIA.
Or maybe you may not have the NVIDIA drivers properly set up. What graphics card shows up for you on Device Manager (if on windows) or PCIe device listing (lspci
on UNIX-like systems)?
What video card do you have?
NVIDIA GeForce GTX 1650 Ti
You must be using an NVIDIA graphics card, however you may likely be able to use this with OpenCL allowing you to use a different GPU architecture other than NVIDIA. Or maybe you may not have the NVIDIA drivers properly set up. What graphics card shows up for you on Device Manager (if on windows) or PCIe device listing (
lspci
on UNIX-like systems)?
NVIDIA GeForce GTX 1650 Ti
@xxoh111 I had the same problem as you, but I solved it Try these
nvcc --version
from the command line to verify that CUDA is installed correctlypip uninstall torch torchvision torchaudio
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
Traceback (most recent call last): File "D:\soft\2 osas\open-oasis-master\open-oasis-master\generate.py", line 19, in
assert torch.cuda.is_available()
^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
I tried downloading from https://developer.nvidia.com/cuda-downloads to resolve the error, but it didn't help. please tell me who knows how to fix this. I don’t know what “cuda” is and I apologize if the question is stupid or it has already been asked, I couldn’t find the answer even on the Internet. I use windows 10
(sorry for errors in the text, I used Google translator)