Skip to content

Commit 684af70

Browse files
authored
Merge pull request #15 from nikhilmaddirala/patch-1
update gcp_start.md with GPU quota instructions
2 parents 7a65029 + 5803510 commit 684af70

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/start_gcp.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ In case you don't have a GCP account yet, you can create one [here](https://clou
3030
3131
The project on which you are going to run the image needs to be linked with your billing account. For this navigate to the [billing dashboard](https://console.cloud.google.com/billing/projects), click the '**...**' menu and choose '**change billing account**'.
3232

33-
## Step 2: Create Notebook
33+
## Step 2: Request GPU quota increase
34+
35+
By default your quota for "GPUs (all regions)" is set to 0, and you will need to request a quota increase in order to create a Notebooks instance with a GPU (as described below). Follow [these instructions](https://cloud.google.com/compute/quotas#requesting_additional_quota) to increase the quota for "GPUs (all regions)" to at least 1. Google says that the quota increase request may take up to 48 hours to process, but usually it should be processed much faster.
36+
37+
## Step 3: Create Notebook
3438

3539
1. From the menu on the left hand side choose "AI Platform" -> "Notebooks"
36-
2. Click "New Instance" ("Customize instance" to choose your options. You get price calculation on the right.)
40+
2. Click "New Instance" ("Customize instance" to choose your options. Make sure you've completed step 2 above if you want to select a GPU. You get price calculation on the right.)
3741
3. You should see the instance listed. Select a checkbox and click "START"
3842
4. After ~2mins click "OPEN JUPYTERLAB"
3943

@@ -45,7 +49,7 @@ You can start/stop your instance as well as adjust GPU/CPU/Memory from the GUI:
4549
![image](images/gcp/gcp_options.jpg)
4650

4751

48-
## Step 3: Install libraries
52+
## Step 4: Install libraries
4953

5054
Before you start working you will need to update the fastai library and lesson notebooks. Jupyter Lab is just a jupyter notebook with some extra features to organize multiple notebooks and other files (read more [here](https://jupyter.org/)). It comes with the terminal so you can just run all your additional installs from here:
5155

@@ -66,6 +70,6 @@ sudo sh cuda_10.2.89_440.33.01_linux.run
6670
```
6771

6872

69-
## Step 4: Usage
73+
## Step 5: Usage
7074

71-
**Remember to stop your instances!** (You can download Google Console app on your phone to stop them when you are not at your desk.)
75+
**Remember to stop your instances!** (You can download Google Console app on your phone to stop them when you are not at your desk.)

0 commit comments

Comments
 (0)