Skip to content

Commit

Permalink
Fix test dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RissyRan committed Nov 15, 2024
1 parent 5af6bd7 commit 79e025f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dags/multipod/maxtext_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ def convert_checkpoint_and_run_training(

# stable_cpu >> stable_tpu >> nightly_cpu >> nightly_tpu
for i in range(len(tests) - 1):
tests[i] << tests[i + 1]
tests[i] >> tests[i + 1]
2 changes: 1 addition & 1 deletion dags/sparsity_diffusion_devx/maxtext_moe_tpu_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ def convert_checkpoint_and_run_training(

# stable_cpu >> stable_tpu >> nightly_cpu >> nightly_tpu
for i in range(len(tests) - 1):
tests[i] << tests[i + 1]
tests[i] >> tests[i + 1]

0 comments on commit 79e025f

Please sign in to comment.