Skip to content

Commit 930c875

Browse files
Fixed naming
1 parent 1c84a6a commit 930c875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/src/main/java/tpu/CreateQueuedResourceWithStartupScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static void main(String[] args)
4040
// see https://cloud.google.com/tpu/docs/regions-zones
4141
String zone = "europe-west4-a";
4242
// The name for your TPU.
43-
String nodeName = "YOUR_TPY_NAME";
43+
String nodeName = "YOUR_TPU_NAME";
4444
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4545
// For more information about supported accelerator types for each TPU version,
4646
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.

0 commit comments

Comments
 (0)