Skip to content

Commit 78449d8

Browse files
davidxiayangw-dev
authored andcommitted
[doc] add project flag to gcloud TPU command (vllm-project#19664)
Signed-off-by: David Xia <david@davidxia.com> Signed-off-by: Yang Wang <elainewy@meta.com>
1 parent d2b669b commit 78449d8

File tree

1 file changed

+2
-2
lines changed
  • docs/getting_started/installation/ai_accelerator

1 file changed

+2
-2
lines changed

docs/getting_started/installation/ai_accelerator/tpu.inc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ gcloud alpha compute tpus queued-resources create QUEUED_RESOURCE_ID \
9090
| 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]. |
9191
| 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` |
9292

93-
Connect to your TPU using SSH:
93+
Connect to your TPU VM using SSH:
9494

9595
```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
9797
```
9898

9999
[TPU versions]: https://cloud.google.com/tpu/docs/runtimes

0 commit comments

Comments
 (0)