We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f259399 commit 94fd0ceCopy full SHA for 94fd0ce
dags/multipod/maxtext_gpu_end_to_end.py
@@ -211,11 +211,11 @@ def run_maxtext_tests(dag: models.DAG):
211
).run_with_quarantine(quarantine_task_group)
212
stable_a3_gpu = gke_config.get_maxtext_end_to_end_gpu_gke_test_config(
213
time_out_in_min=300,
214
- test_name=f"{test_name_prefix}-stable-stack-{model}",
+ test_name=f"{test_name_prefix}-stable-{model}",
215
run_model_cmds=(test_script,),
216
num_slices=nnodes,
217
cluster=XpkClusters.GPU_A3_CLUSTER,
218
- docker_image=DockerImage.MAXTEXT_GPU_JAX_STABLE_STACK.value,
+ docker_image=DockerImage.MAXTEXT_GPU_JAX_STABLE.value,
219
test_owner=test_owner.YUWEI_Y,
220
221
pinned_a3plus_gpu = gke_config.get_maxtext_end_to_end_gpu_gke_test_config(
0 commit comments