Unable to train the model using GPU on google colab after following the instructions shown on space site. #11155
-
How to reproduce the behaviourfollow the below instruction on google colab pip install -U pip setuptools wheel While running below code~ Got this error!!!! Your Environment
Info about spaCy
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As mentioned in #8747 and some other threads, you should not install cupy directly in Google Colab - Colab has unusual hardware, and comes with special versions of cupy already installed. It has been a while since I checked but it's my understanding it's still true it works if you don't try to install any GPU libraries yourself. |
Beta Was this translation helpful? Give feedback.
As mentioned in #8747 and some other threads, you should not install cupy directly in Google Colab - Colab has unusual hardware, and comes with special versions of cupy already installed. It has been a while since I checked but it's my understanding it's still true it works if you don't try to install any GPU libraries yourself.