Skip to content

Commit

Permalink
Update configure_flax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peregilk authored Dec 27, 2021
1 parent 6020317 commit 54aeb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/configure_flax.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gcloud alpha compute tpus tpu-vm ssh flax --zone europe-west4-a
However, if an additional disk is required. This sets up the VM with an external disk of 1TB
```bash
gcloud compute disks create flaxdisk1 --size 1000 --zone europe-west4-a
gcloud alpha compute tpus tpu-vm create gptneo-red --zone europe-west4-a --accelerator-type v3-8 --version v2-alpha --data-disk source=projects/nancy-194708/zones/europe-west4-a/disks/flaxdisk1
gcloud alpha compute tpus tpu-vm create gptneo-red --zone europe-west4-a --accelerator-type v3-8 --version v2-alpha --data-disk source=projects/[MYPROJECT]/zones/europe-west4-a/disks/flaxdisk1
gcloud alpha compute tpus tpu-vm ssh gptneo-red --zone europe-west4-a
```

Expand Down

0 comments on commit 54aeb6b

Please sign in to comment.