Skip to content

Commit

Permalink
Fixit: Removing redundant tests (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
parambole authored Jan 15, 2025
1 parent bb82d01 commit cbb3a97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions dags/sparsity_diffusion_devx/jax_stable_stack_gpu_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,6 @@

for model, (test_script, nnodes) in test_models_gpu.items():
for mode, image in docker_images:
stable_a3_gpu = config.get_gpu_gke_test_config(
time_out_in_min=300,
test_name=f"maxtext-stable-stack-{mode.value}-{model}",
run_model_cmds=(test_script,),
num_slices=nnodes,
cluster=XpkClusters.GPU_A3_CLUSTER,
docker_image=image.value,
test_owner=test_owner.PARAM_B,
).run_with_quarantine(quarantine_task_group)
stable_a3plus_gpu = config.get_gpu_gke_test_config(
time_out_in_min=300,
test_name=f"maxtext-stable-stack-{mode.value}-{model}",
Expand Down
1 change: 0 additions & 1 deletion dags/sparsity_diffusion_devx/project_bite_gpu_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

axlearn_test_configs = {
# accelerator: list of slices to test
"a3": [1],
"a3plus": [1, 2],
}

Expand Down

0 comments on commit cbb3a97

Please sign in to comment.