Skip to content

Commit

Permalink
Apply changes to MaxText
Browse files Browse the repository at this point in the history
  • Loading branch information
RissyRan committed Jan 12, 2024
1 parent 24967e5 commit 4c06ea7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@

"""Utilities to construct configs for maxtext DAG."""

from typing import Tuple
import uuid
from apis import gcp_config, metric_config, task, test_config
from configs import gcs_bucket, test_owner
from configs.maxtext import common
from configs.vm_resource import TpuVersion, Project, RuntimeVersion
from xlml.apis import gcp_config, metric_config, task, test_config
from dags import test_owner
from dags.multipod.configs import common
from dags.vm_resource import TpuVersion, Project, RuntimeVersion
import datetime

PROJECT_NAME = Project.CLOUD_ML_AUTO_SOLUTIONS.value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import datetime
from airflow import models
from configs import composer_env
from configs.vm_resource import Project, TpuVersion, Zone, RuntimeVersion, V5_NETWORKS, V5E_SUBNETWORKS, V5P_SUBNETWORKS
from configs.maxtext import maxtext_gce_config
from dags.vm_resource import TpuVersion, Zone
from dags.multipod.configs import maxtext_gce_config


# Run once a day at 2 am UTC (6 pm PST)
Expand Down

0 comments on commit 4c06ea7

Please sign in to comment.