From e3fce2f868ed3cc444b89e351f1a173d3a560724 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 2 Jul 2021 12:12:54 +0100 Subject: [PATCH] Update README.md Thanks a lot @BirgerMoell --- examples/research_projects/jax-projects/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/jax-projects/README.md b/examples/research_projects/jax-projects/README.md index 0c8ceffa171..cf9692f070d 100644 --- a/examples/research_projects/jax-projects/README.md +++ b/examples/research_projects/jax-projects/README.md @@ -995,7 +995,13 @@ In the following, we will describe how to do so using a standard console, but yo $ gcloud config set account ``` -3. Next, you will need to authenticate yourself. You can do so by running: +3. Let's also make sure the correct project is set in case your email is used for multiple gcloud projects: + +```bash +$ gcloud config set project hf-flax +``` + +4. Next, you will need to authenticate yourself. You can do so by running: ```bash $ gcloud auth login @@ -1003,7 +1009,7 @@ $ gcloud auth login This should give you a link to a website, where you can authenticate your gmail account. -4. Finally, you can ssh into the TPU VM! Please run the following command by setting to either `europe-west4-a` or `us-central1-a` (depending on what is stated in the second email you received) and to the TPU name also sent to you in the second email. +5. Finally, you can ssh into the TPU VM! Please run the following command by setting to either `europe-west4-a` or `us-central1-a` (depending on what is stated in the second email you received) and to the TPU name also sent to you in the second email. ```bash $ gcloud alpha compute tpus tpu-vm ssh --zone --project hf-flax