File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff line change 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");
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments