mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -3,14 +3,15 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud compute tpus tpu-vm create (TPU : --zone=ZONE) --version=VERSION
|
||||
[--accelerator-type=ACCELERATOR_TYPE; default="v2-8"] [--async]
|
||||
[--data-disk=DATA_DISK] [--description=DESCRIPTION] [--internal-ips]
|
||||
[--labels=[LABELS,...]] [--metadata=[METADATA,...]]
|
||||
[--async] [--data-disk=DATA_DISK] [--description=DESCRIPTION]
|
||||
[--internal-ips] [--labels=[LABELS,...]] [--metadata=[METADATA,...]]
|
||||
[--metadata-from-file=[METADATA_FROM_FILE,...]]
|
||||
[--network=NETWORK; default="default"] [--preemptible] [--range=RANGE]
|
||||
[--reserved] [--scopes=[SCOPES,...]]
|
||||
[--service-account=SERVICE_ACCOUNT] [--shielded-secure-boot]
|
||||
[--subnetwork=SUBNETWORK] [--tags=[TAGS,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--subnetwork=SUBNETWORK] [--tags=[TAGS,...]]
|
||||
[--accelerator-type=ACCELERATOR_TYPE; default="v2-8"
|
||||
| --topology=TOPOLOGY --type=TYPE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create a new Cloud TPU VM node.
|
||||
|
|
@ -73,14 +74,6 @@ REQUIRED FLAGS
|
|||
gcloud compute tpus tpu-vm versions list
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--accelerator-type=ACCELERATOR_TYPE; default="v2-8"
|
||||
TPU accelerator type for the TPU. If not specified, this defaults to
|
||||
v2-8.
|
||||
|
||||
For a list of available accelerator types run:
|
||||
|
||||
gcloud compute tpus tpu-vm accelerator-types list
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -176,6 +169,34 @@ OPTIONAL FLAGS
|
|||
https://cloud.google.com/vpc/docs/add-remove-network-tags for more
|
||||
details.
|
||||
|
||||
Specify a TPU node in either chips or cores
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Core based TPU configuration
|
||||
|
||||
--accelerator-type=ACCELERATOR_TYPE; default="v2-8"
|
||||
TPU accelerator type for the TPU. If not specified, this defaults
|
||||
to v2-8.
|
||||
|
||||
For a list of available accelerator types run:
|
||||
|
||||
gcloud compute tpus tpu-vm accelerator-types list
|
||||
|
||||
Chip based TPU configuration
|
||||
|
||||
--topology=TOPOLOGY
|
||||
Chip topology for TPU.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--type=TYPE
|
||||
Type of TPU. TYPE must be one of: v2, v3, v4.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue