You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RUNTIME_VERSION | The TPU VM runtime version to use. For example, use `v2-alpha-tpuv6e` for a VM loaded with one or more v6e TPU(s). For more information see [TPU VM images]. |
91
91
| SERVICE_ACCOUNT | The email address for your service account. You can find it in the IAM Cloud Console under *Service Accounts*. For example: `tpu-service-account@<your_project_ID>.iam.gserviceaccount.com`|
92
92
93
-
Connect to your TPU using SSH:
93
+
Connect to your TPU VM using SSH:
94
94
95
95
```bash
96
-
gcloud compute tpus tpu-vm ssh TPU_NAME --zone ZONE
96
+
gcloud compute tpus tpu-vm ssh TPU_NAME --project PROJECT_ID --zone ZONE
0 commit comments