Skip to content

Commit 0097f1b

Browse files
guptaakacopybara-github
authored andcommitted
Rename "v5p" to "v5" TPU type
PiperOrigin-RevId: 917610823
1 parent 5fd30d1 commit 0097f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathwaysutils/experimental/shared_pathways_service/deploy_pathways_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_tpu_config(tpu_type: str) -> TPUConfig:
102102
machine_type="ct5p-hightpu-4t",
103103
chips_per_vm=4,
104104
accelerator_label="tpu-v5p-slice",
105-
instance_prefix="tpuv5p",
105+
instance_prefix="tpuv5",
106106
),
107107
"v6e": TPUConfig(
108108
machine_type="ct6e-standard-4t",

0 commit comments

Comments
 (0)