We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ca966 commit 0a8424dCopy full SHA for 0a8424d
tpu/queuedResources/createQueuedResource.js
@@ -49,7 +49,7 @@ async function main(tpuClient) {
49
// The zone in which to create the node.
50
// For more information about supported TPU types for specific zones,
51
// see https://cloud.google.com/tpu/docs/regions-zones
52
- const zone = `${region}-f`;
+ const zone = `${region}-a`;
53
54
// The accelerator type that specifies the version and size of the node you want to create.
55
// For more information about supported accelerator types for each TPU version,
0 commit comments