Setup help

Hello all !
I was trying to deploy a model on heroku and for that i’m looking for a way to install fastai2 without CUDA.
is there way to do that !?

In fastai v1, it was easy to check its installation with utils.collect_env running the following code:
!python -m fastai.utils.show_install

In the fastai v2 docs, I do not see a corresponding code. It exists somewhere?

1 Like

Hi,

I cannot cd into the fastbook folder (as it says it doesnt exist) and then the “git pull” command from the setup instructions (attached below). Is there a way to fix this? Or should I just move on?

Hi! Can please somebody help me - I cant find /storage folder in Gradient. I created a notebook from fast.ai template and the folder structure is similar to this https://github.com/fastai/fastbook/tree/master/
No folders like in tutorial (course-v4, datasets and storage folders)

i found that via console i can cd…/ to the folder. So the only way to access /storage folder is through terminal?

@vvladimir, I experienced the same during install today and got confused. I think the Paperspace Gradient setup has changed a bit from the course instructions and they should probably be reviewed for this part.
But when looking at the https://github.com/fastai/course-v4 repository, there’s the explanation actually:

1 Like