Skip to content

Commit 7bd0c77

Browse files
[Doc] Minor fix for the vLLM TPU setup page (#17206)
Signed-off-by: Yarong Mu <[email protected]>
1 parent 1cf0719 commit 7bd0c77

File tree

1 file changed

+4
-4
lines changed
  • docs/source/getting_started/installation/ai_accelerator

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are no pre-built wheels for this device, so you must either use the pre-bu
4444

4545
You can provision Cloud TPUs using the [Cloud TPU API](https://cloud.google.com/tpu/docs/reference/rest)
4646
or the [queued resources](https://cloud.google.com/tpu/docs/queued-resources)
47-
API. This section shows how to create TPUs using the queued resource API. For
47+
API (preferred). This section shows how to create TPUs using the queued resource API. For
4848
more information about using the Cloud TPU API, see [Create a Cloud TPU using the Create Node API](https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm#create-node-api).
4949
Queued resources enable you to request Cloud TPU resources in a queued manner.
5050
When you request queued resources, the request is added to a queue maintained by
@@ -97,10 +97,10 @@ gcloud alpha compute tpus queued-resources create QUEUED_RESOURCE_ID \
9797
`TPU regions and zones <https://cloud.google.com/tpu/docs/regions-zones>`_
9898
- * ACCELERATOR_TYPE
9999
* The TPU version you want to use. Specify the TPU version, for example
100-
`v5litepod-4` specifies a v5e TPU with 4 cores. For more information,
101-
see `TPU versions <https://cloud.devsite.corp.google.com/tpu/docs/system-architecture-tpu-vm#versions>`_.
100+
`v5litepod-4` specifies a v5e TPU with 4 cores, `v6e-1` specifies a v6e TPU with 1 core. For more information,
101+
see [TPU versions](https://cloud.devsite.corp.google.com/tpu/docs/system-architecture-tpu-vm#versions).
102102
- * RUNTIME_VERSION
103-
* The TPU VM runtime version to use. For more information see `TPU VM images <https://cloud.google.com/tpu/docs/runtimes>`_.
103+
* 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](https://cloud.google.com/tpu/docs/runtimes).
104104
- * SERVICE_ACCOUNT
105105
* The email address for your service account. You can find it in the IAM
106106
Cloud Console under *Service Accounts*. For example:

0 commit comments

Comments
 (0)