Skip to content

Commit a3204eb

Browse files
authored
Merge branch 'master' into sample_run
2 parents 13ba046 + 7a53baa commit a3204eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/multipod/maxtext_v5e_configs_perf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
for mode, image in DOCKER_IMAGES:
104104
for model in MaxTextV5eModelConfigs:
105105
base_run_model_cmds = [
106-
f"python3 benchmarks/benchmark_runner.py on-device --base_output_directory={BASE_OUTPUT_DIRECTORY} --model_name={model.value} --libtpu_type=maxtext-docker --num_steps=15",
106+
f"python3 benchmarks/benchmark_runner.py on-device --base_output_directory={BASE_OUTPUT_DIRECTORY} --model_name={model.value} --libtpu_type=maxtext-docker --num_steps=15 --use_pathways=True",
107107
]
108108
maxtext_sweep_gke_test = (
109109
maxtext_sweep_gke_config.get_maxtext_sweep_gke_config(

0 commit comments

Comments
 (0)