Skip to content

Commit 64edb12

Browse files
authored
Another fix....
1 parent 65489ae commit 64edb12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tpu/src/main/java/tpu/CreateQueuedResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static void main(String[] args)
4141
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4242
// For more information about supported accelerator types for each TPU version,
4343
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.
44-
String tpuType ="v5litepod-4";
44+
String tpuType = "v5litepod-4";
4545
// Software version that specifies the version of the TPU runtime to install.
4646
// For more information see https://cloud.google.com/tpu/docs/runtimes
4747
String tpuSoftwareVersion = "v2-tpuv5-litepod";

tpu/src/main/java/tpu/CreateTimeBoundQueuedResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v5litepod-4"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

tpu/src/main/java/tpu/CreateTpuVm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v5litepod-4"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

tpu/src/test/java/tpu/TpuVmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class TpuVmIT {
5454
private static final String PROJECT_ID = "project-id";
5555
private static final String ZONE = "asia-east1-c";
5656
private static final String NODE_NAME = "test-tpu";
57-
private static final String TPU_TYPE = "v2-8";
57+
private static final String TPU_TYPE = "v5litepod-4";
5858
private static final AcceleratorConfig.Type ACCELERATOR_TYPE = AcceleratorConfig.Type.V2;
5959
private static final String TPU_SOFTWARE_VERSION = "v2-tpuv5-litepod";
6060
private static final String TOPOLOGY = "2x2";

0 commit comments

Comments
 (0)