Skip to content

Commit

Permalink
Renamed test_gamma.sh to test_gemma.sh (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
khatwanimohit authored Feb 21, 2024
1 parent ad019d4 commit f511cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/multipod/maxtext_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
test_models = {
"llama2": ["test_llama2", "llama_finetuning_test"],
"mistral": ["test_mistral"],
"gamma": ["test_gamma"],
"gemma": ["test_gemma"],
"gpt3": ["test_gpt3"],
}
test_modes = [SetupMode.STABLE, SetupMode.NIGHTLY]
Expand Down

0 comments on commit f511cd2

Please sign in to comment.