installing cuda #92
-
I spent an awful lot of time googling and trying different things to enable cuda for pytorch |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Are you sure your GPU supports cuda? Many Nvidia GPUs does not. Also did you install the cpu only version before on this environment? I think you have multiple versions installed and that causes the problem. Try creating a new environment and starting fresh using |
Beta Was this translation helpful? Give feedback.
-
I switched to Linux and used Mamba - which solved all of my problems, and made CUDA available. |
Beta Was this translation helpful? Give feedback.
I switched to Linux and used Mamba - which solved all of my problems, and made CUDA available.