Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dags/inference/maxtext_gpu_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
with models.DAG(
dag_id="maxtext_gpu_inference",
schedule=SCHEDULED_TIME,
tags=["inference_team", "maxtext_gpu", "nightly", "benchmark"],
tags=["inference_team", "maxtext_gpu", "nightly", "benchmark", "maxtext"],
start_date=datetime.datetime(2025, 3, 26),
catchup=False,
) as dag:
Expand Down
2 changes: 1 addition & 1 deletion dags/multipod/jax_functional_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
with models.DAG(
dag_id="jax_functional_tests",
schedule=SCHEDULED_TIME,
tags=["multipod_team", "jax", "mlscale_devx"],
tags=["multipod_team", "jax", "mlscale_devx", "maxtext"],
start_date=datetime.datetime(2024, 10, 23),
catchup=False,
) as dag:
Expand Down
1 change: 1 addition & 0 deletions dags/multipod/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"stable",
"nightly",
"mlscale_devx",
"maxtext",
],
start_date=datetime.datetime(2024, 1, 10),
catchup=False,
Expand Down
1 change: 1 addition & 0 deletions dags/multipod/mxla_collective_nightly.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"mxla_collective",
"nightly",
"mlscale_perfx",
"maxtext",
],
start_date=datetime.datetime(2024, 2, 7),
catchup=False,
Expand Down
1 change: 1 addition & 0 deletions dags/sparsity_diffusion_devx/maxdiffusion_gpu_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"multipod_team",
"maxdiffusion",
"mlscale_devx",
"maxtext",
],
start_date=datetime.datetime(2024, 9, 12),
catchup=False,
Expand Down
1 change: 1 addition & 0 deletions dags/sparsity_diffusion_devx/maxdiffusion_tpu_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"multipod_team",
"maxdiffusion",
"mlscale_devx",
"maxtext",
],
start_date=datetime.datetime(2024, 9, 12),
catchup=False,
Expand Down