Skip to content

Commit

Permalink
Only run gke mxla
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbleturk committed Jan 10, 2025
1 parent c22982a commit 44488cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/multipod/maxtext_trillium_configs_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
SCHEDULED_TIME = "0 4 * * *" if composer_env.is_prod_env() else None
MODEL_CONFIGS = ["gpt3_175b", "llama2_7b_4096", "mixtral_8x7b"]
DOCKER_IMAGES = [
(SetupMode.STABLE, DockerImage.MAXTEXT_TPU_JAX_STABLE_STACK),
(SetupMode.NIGHTLY, DockerImage.MAXTEXT_TPU_JAX_NIGHTLY),
(SetupMode.STABLE, DockerImage.MAXTEXT_TPU_JAX_STABLE_STACK),
(SetupMode.NIGHTLY, DockerImage.MAXTEXT_TPU_JAX_NIGHTLY),
]
QUANTIZATION_SWEEP = {"M_QUANTIZATION": ["", "int8"]}
BASE_OUTPUT_DIRECTORY = "gs://runner-maxtext-logs"
Expand Down

0 comments on commit 44488cd

Please sign in to comment.