Skip to content

Commit

Permalink
Fix typo (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxindongwork authored Dec 19, 2024
1 parent 313e33a commit c027036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/multipod/maxtext_trillium_configs_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Run once a day at 4 am UTC (8 pm PST / 9 pm PDT)
SCHEDULED_TIME = "0 4 * * *" if composer_env.is_prod_env() else None
MODEL_CONFIGS = ["gpt3_175b", "llama2_70b_4096", "mixtral_8x7b"]
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),
Expand Down

0 comments on commit c027036

Please sign in to comment.