You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The *_cuda.so files should be available nonetheless, even if there is no GPU available until a job is submitted. I therefore think that the issue is that installing from wheels fails for you. How long does the installation take? Can you try again with:
when the cuda devices are invisible, my program runs well.
but when the cuda devices are available, it reports the error
I use torch 1.7.0 and cu101
I uninstalled
torch-sparse
repeatedly until there's nothing installand I installed by
It seems that there's no
*.so
of cuda in~/miniconda3/envs/THG/lib/python3.7/site-packages/torch/cuda/
One possible reason is that I am using a computer cluster. In my local environment, there is no cuda available until I submit a job by slurm
The text was updated successfully, but these errors were encountered: