Skip to content

Commit 65489ae

Browse files
authored
Fixing bad replaces
1 parent 5d948b7 commit 65489ae

15 files changed

+21
-21
lines changed

tpu/src/main/java/tpu/CreateQueuedResourceWithNetwork.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -43,7 +43,7 @@ public static void main(String[] args)
4343
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4444
// For more information about supported accelerator types for each TPU version,
4545
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.
46-
String tpuType = "v2-8";
46+
String tpuType = "v5litepod-4";
4747
// Software version that specifies the version of the TPU runtime to install.
4848
// For more information see https://cloud.google.com/tpu/docs/runtimes
4949
String tpuSoftwareVersion = "v2-tpuv5-litepod";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -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 = "v2-8";
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/CreateSpotQueuedResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -40,7 +40,7 @@ public static void main(String[] args)
4040
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4141
// For more information about supported accelerator types for each TPU version,
4242
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.
43-
String tpuType = "v2-8";
43+
String tpuType = "v5litepod-4";
4444
// Software version that specifies the version of the TPU runtime to install.
4545
// For more information see https://cloud.google.com/tpu/docs/runtimes
4646
String tpuSoftwareVersion = "v2-tpuv5-litepod";

tpu/src/main/java/tpu/CreateSpotTpuVm.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -39,7 +39,7 @@ public static void main(String[] args)
3939
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4040
// For more information about supported accelerator types for each TPU version,
4141
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.
42-
String tpuType = "v2-8";
42+
String tpuType = "v5litepod-4";
4343
// Software version that specifies the version of the TPU runtime to install.
4444
// For more information see https://cloud.google.com/tpu/docs/runtimes
4545
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";/*
1+
v5litepod-4"v5litepod-4";"v5litepod-4";/*
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";/*
1+
v5litepod-4"v5litepod-4";"v5litepod-4";/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

tpu/src/main/java/tpu/CreateTpuVmWithStartupScript.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"v5litepod-4";"v5litepod-4";/*
1+
/*
22
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -40,7 +40,7 @@ public static void main(String[] args)
4040
// The accelerator type that specifies the version and size of the Cloud TPU you want to create.
4141
// For more information about supported accelerator types for each TPU version,
4242
// see https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#versions.
43-
String acceleratorType = "v2-8";
43+
String acceleratorType = "v5litepod-4";
4444
// Software version that specifies the version of the TPU runtime to install.
4545
// For more information, see https://cloud.google.com/tpu/docs/runtimes
4646
String tpuSoftwareVersion = "v2-tpuv5-litepod";

tpu/src/main/java/tpu/DeleteForceQueuedResource.java

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

tpu/src/main/java/tpu/DeleteQueuedResource.java

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

tpu/src/main/java/tpu/GetQueuedResource.java

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

0 commit comments

Comments
 (0)