Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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/orbax/maxtext_mtc_resume_gcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from dags.orbax.util import checkpoint_util
from xlml.utils.gke import zone_to_region

SCHEDULE = "0 16 * * *" if composer_env.is_prod_env() else None
SCHEDULE = "45 18 * * *" if composer_env.is_prod_env() else None
DAG_TEST_NAME = "maxtext_mtc_resume_from_gcs"

with models.DAG(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from xlml.utils.xpk import MAIN_BRANCH
from xlml.utils.gke import zone_to_region

SCHEDULE = "15 14 * * *" if composer_env.is_prod_env() else None
SCHEDULE = "0 18 * * *" if composer_env.is_prod_env() else None
DAG_TEST_NAME = "maxtext_regular_restore_with_node_disruption"


Expand Down
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 @@ -26,7 +26,7 @@
from xlml.utils import name_format

# Run once a day at 1 am UTC (5 pm PST)
SCHEDULED_TIME = "45 2 * * *" if composer_env.is_prod_env() else None
SCHEDULED_TIME = "0 5 * * *" if composer_env.is_prod_env() else None
HF_TOKEN = models.Variable.get("HF_TOKEN", None)


Expand Down
Loading