Skip to content

Commit 5f6f1ae

Browse files
authored
fix: correct GPU_A3PLUS_CLUSTER zone to US_EAST5_A (GoogleCloudPlatform#812)
Previously set to AUSTRALIA_SOUTHEAST1_C, but A3PLUS is only available in US_EAST5_A (also B and C).
1 parent b0c69a4 commit 5f6f1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/common/vm_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class XpkClusters:
306306
device_version=GpuVersion.XPK_H100_MEGA,
307307
core_count=8,
308308
project=Project.SUPERCOMPUTER_TESTING.value,
309-
zone=Zone.AUSTRALIA_SOUTHEAST1_C.value,
309+
zone=Zone.US_EAST5_A.value,
310310
)
311311
CPU_M1_MEGAMEM_96_CLUSTER = XpkClusterConfig(
312312
name="m1-megamem-96-shared",

0 commit comments

Comments
 (0)