@@ -38,8 +38,7 @@ def dict_to_arg(param_dict):
3838
3939docker_image = {
4040 "stable" : (
41- "gcr.io/tpu-prod-env-multipod/"
42- "maxtext_jax_stable_stack:2025-05-20"
41+ "gcr.io/tpu-prod-env-multipod/" "maxtext_jax_stable_stack:2025-05-20"
4342 ),
4443}
4544
@@ -140,22 +139,20 @@ def dict_to_arg(param_dict):
140139 # generate run_name and tensorboard/profile location for extraction
141140 num_slices = [1 ]
142141 sweep_params = {}
143- maxtext_sweep_gke_test = (
144- maxtext_sweep_gke_config .get_maxtext_sweep_gke_config (
145- test_owner = test_owner .SHUNING_J ,
146- dataset_project = Project .CLOUD_ML_AUTO_SOLUTIONS .value ,
147- composer_project = Project .CLOUD_ML_AUTO_SOLUTIONS .value ,
148- dataset_name = metric_config .DatasetOption .XLML_DATASET ,
149- cluster = test_scripts_details ["cluster" ],
150- time_out_in_min = test_scripts_details ["time_out_in_min" ],
151- base_output_directory = BASE_OUTPUT_PATH ,
152- num_slices = num_slices ,
153- docker_image = img_val ,
154- run_name_prefix = f"maxtext_{ image } _{ run_name } " ,
155- base_run_model_cmds = test_scripts_details ["train_command" ],
156- sweep_params = sweep_params ,
157- enable_profile_config = True , # add flag to enable profile extraction
158- )
142+ maxtext_sweep_gke_test = maxtext_sweep_gke_config .get_maxtext_sweep_gke_config (
143+ test_owner = test_owner .SHUNING_J ,
144+ dataset_project = Project .CLOUD_ML_AUTO_SOLUTIONS .value ,
145+ composer_project = Project .CLOUD_ML_AUTO_SOLUTIONS .value ,
146+ dataset_name = metric_config .DatasetOption .XLML_DATASET ,
147+ cluster = test_scripts_details ["cluster" ],
148+ time_out_in_min = test_scripts_details ["time_out_in_min" ],
149+ base_output_directory = BASE_OUTPUT_PATH ,
150+ num_slices = num_slices ,
151+ docker_image = img_val ,
152+ run_name_prefix = f"maxtext_{ image } _{ run_name } " ,
153+ base_run_model_cmds = test_scripts_details ["train_command" ],
154+ sweep_params = sweep_params ,
155+ enable_profile_config = True , # add flag to enable profile extraction
159156 )
160157
161158 for test in maxtext_sweep_gke_test :
0 commit comments