Skip to content

Commit daf8495

Browse files
committed
Switch from v4 to v6e runners
1 parent bc53aaa commit daf8495

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_and_test_maxtext.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
image_type: ["py312"]
7474
with:
7575
device_type: tpu
76-
device_name: v4-8
76+
device_name: v6e-4
7777
image_type: ${{ matrix.image_type }}
78-
cloud_runner: linux-x86-ct4p-240-4tpu
78+
cloud_runner: linux-x86-ct6e-180-4tpu
7979
pytest_marker: 'not cpu_only and not gpu_only and not integration_test'
8080
xla_python_client_mem_fraction: 0.75
8181
tf_force_gpu_allow_growth: false
@@ -91,9 +91,9 @@ jobs:
9191
image_type: ["py312"]
9292
with:
9393
device_type: tpu
94-
device_name: v4-8
94+
device_name: v6e-4
9595
image_type: ${{ matrix.image_type }}
96-
cloud_runner: linux-x86-ct4p-240-4tpu
96+
cloud_runner: linux-x86-ct6e-180-4tpu
9797
pytest_marker: 'not cpu_only and not gpu_only and integration_test'
9898
xla_python_client_mem_fraction: 0.75
9999
tf_force_gpu_allow_growth: false
@@ -109,9 +109,9 @@ jobs:
109109
image_type: ["py312"]
110110
with:
111111
device_type: tpu
112-
device_name: v4-8
112+
device_name: v6e-4
113113
image_type: ${{ matrix.image_type }}
114-
cloud_runner: linux-x86-ct4p-240-4tpu
114+
cloud_runner: linux-x86-ct6e-180-4tpu
115115
pytest_marker: 'not cpu_only and not gpu_only and not integration_test'
116116
xla_python_client_mem_fraction: 0.75
117117
tf_force_gpu_allow_growth: false
@@ -127,9 +127,9 @@ jobs:
127127
image_type: ["py312"]
128128
with:
129129
device_type: tpu
130-
device_name: v4-8
130+
device_name: v6e-4
131131
image_type: ${{ matrix.image_type }}
132-
cloud_runner: linux-x86-ct4p-240-4tpu
132+
cloud_runner: linux-x86-ct6e-180-4tpu
133133
pytest_marker: 'not cpu_only and not gpu_only and integration_test'
134134
xla_python_client_mem_fraction: 0.75
135135
tf_force_gpu_allow_growth: false

.github/workflows/run_pathways_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- "29001:29001"
106106
- "29002:29002"
107107
options:
108-
--entrypoint=[/usr/pathways/run/cloud_pathways_server_sanitized, --server_port=29001, --node_type=resource_manager, --instance_count=1, --instance_type=tpuv4:2x2x1, --gcs_scratch_location=gs://cloud-pathways-staging/tmp]
108+
--entrypoint=[/usr/pathways/run/cloud_pathways_server_sanitized, --server_port=29001, --node_type=resource_manager, --instance_count=1, --instance_type=tpuv6e:2x2, --gcs_scratch_location=gs://cloud-pathways-staging/tmp]
109109
env:
110110
TPU_SKIP_MDS_QUERY: true
111111

0 commit comments

Comments
 (0)