Skip to content

Commit ff988bd

Browse files
bnathan04jph00
authored andcommitted
Update zone configuration for gcloud setup (fastai#411)
The nvidia-tesla-p100 accelerator is not available in the gcloud us-west2-b zone, but is available in the us-west1-b zone (see https://cloud.google.com/compute/docs/gpus/#gpus-list). Not sure when this changed. Therefore, it appears that the us-west1-b zone should work for both regular and budget set-up options.
1 parent cb6fa52 commit ff988bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start_gcp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you choose the budget compute option, please replace the values of the parame
115115

116116
```bash
117117
export IMAGE_FAMILY="pytorch-latest-gpu" # or "pytorch-latest-cpu" for non-GPU instances
118-
export ZONE="us-west2-b" # budget: "us-west1-b"
118+
export ZONE="us-west1-b"
119119
export INSTANCE_NAME="my-fastai-instance"
120120
export INSTANCE_TYPE="n1-highmem-8" # budget: "n1-highmem-4"
121121

0 commit comments

Comments
 (0)