Replies: 3 comments 4 replies
-
I note this issue isn't related to JAX specifically and would probably be best addressed through Cloud TPU support channels. |
Beta Was this translation helpful? Give feedback.
-
Hi @sglucas, do you have a reserved capacity or you are using on-demand quota? were you able to create v3-128 right after you failed to create v3-32? This type of error usually occurs when there is no capacity available. |
Beta Was this translation helpful? Give feedback.
-
Also please refer to this guide for choosing a version for accelerator type https://cloud.google.com/tpu/docs/supported-tpu-configurations#jax |
Beta Was this translation helpful? Give feedback.
-
Hi @skye
When I try to start a tpu-vm v3-32 with this command:
gcloud alpha compute tpus tpu-vm create v3-32 --zone europe-west4-a --accelerator-type v3-32 --version v2-alpha
it occurs this error:
ERROR: (gcloud.alpha.compute.tpus.tpu-vm.create) { "code": 9, "message": "Insufficient reserved capacity. Contact customer support to increase your reservation. [EID: 0x72a13ef4f9caeaa2]" }
However I can successfully start a tpu-vm v3-128.
It could be better if you can give me some advice
Best
Lucas
Beta Was this translation helpful? Give feedback.
All reactions