joaopauloschuler

Results 123 comments of joaopauloschuler
trafficstars

It seems that we have a new behavior when installing keras_nlp: ``` !pip install keras-nlp==0.6.3 Collecting keras-nlp==0.6.3 Downloading keras_nlp-0.6.3-py3-none-any.whl (584 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 584.5/584.5 kB 10.1 MB/s eta 0:00:00 Collecting keras-core...

In the case it helps, in my case, I was able to bypass the problem with: `!pip install keras-nlp keras-core tensorflow-text --no-deps`

``` !apt-get install cuda-toolkit ``` Adding the above before installing keras-nlp solved for me.