Skip to content

Commit 0a8424d

Browse files
committed
Fixing test
1 parent 86ca966 commit 0a8424d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/queuedResources/createQueuedResource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function main(tpuClient) {
4949
// The zone in which to create the node.
5050
// For more information about supported TPU types for specific zones,
5151
// see https://cloud.google.com/tpu/docs/regions-zones
52-
const zone = `${region}-f`;
52+
const zone = `${region}-a`;
5353

5454
// The accelerator type that specifies the version and size of the node you want to create.
5555
// For more information about supported accelerator types for each TPU version,

0 commit comments

Comments
 (0)