Fastbook Setup failing on Collab (GPU enabled)

Hello,

I’ve been using fastai on Google Collab for a while now but after re-running one of my notebooks. I got the following error:

GPU is enabled in this instance as well, does anyone know what’s going on?

I tried running this and it works (forces fastai to upgrade):

!pip install fastbook --upgrade -qqq
import fastbook
fastbook.setup_book()

I also can’t find an error running what you did as well, GPU enabled. Try factory restarting your session and see if that helps

1 Like

Thanks for your response. Hard reset worked, I saved the notebook as a gist and re-ran the whole thing