-
Hi, I am recently building a workplace environment on my Windows 10 laptop. Since I have everything done in my WSL2, I followed the procedure of installing Pytorch and PyG on Linux, i.e., running Error message:
Specs of my WSL2 environment:
Code to reproduce:
Conda list:
I tried to uninstall and reinstall PyG and PyTorch, with conda, conda-forge, pip, but nothing worked. My guess is that maybe I should downgrade CUDA from 11.4 to 11.3, but Torch for 11.3 worked well under my 11.4 env. Am a bit lost... Would appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you check if this is indeed a CUDA problem, e.g., by installing the CPU wheels (which should run fine when only operating on CPU tensors)? |
Beta Was this translation helpful? Give feedback.
Can you check if this is indeed a CUDA problem, e.g., by installing the CPU wheels (which should run fine when only operating on CPU tensors)?