Cannot use GPU, CuPy is not installed #13567
-
I have a GPU enabled machine. O.S: Ubuntu 20.04.6 LTS I am using a virtual environment. I received the output True for the following command
However, when I ran
I got the error:
I installed Spacy with GPU enabled version with the command pip install -U 'spacy[cuda122]' Can anyone please tell me what is the error in my installation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Try installing |
Beta Was this translation helpful? Give feedback.
Try installing
pip install cupy
this worked for me