5050 test_models_tpu = {
5151 "llama2-7b" : {
5252 "owner" : test_owner .MOHIT_K ,
53- "commands" : ["bash end_to_end/tpu/llama2/7b/test_llama2_7b.sh" ],
53+ "commands" : ["bash tests/ end_to_end/tpu/llama2/7b/test_llama2_7b.sh" ],
5454 },
5555 "mistral-7b" : {
5656 "owner" : test_owner .MOHIT_K ,
57- "commands" : ["bash end_to_end/tpu/mistral/7b/test_mistral-7b.sh" ],
57+ "commands" : ["bash tests/ end_to_end/tpu/mistral/7b/test_mistral-7b.sh" ],
5858 },
5959 "gemma-2b" : {
6060 "owner" : test_owner .MOHIT_K ,
61- "commands" : ["bash end_to_end/tpu/gemma/2b/test_gemma.sh" ],
61+ "commands" : ["bash tests/ end_to_end/tpu/gemma/2b/test_gemma.sh" ],
6262 },
6363 "gemma2-2b" : {
6464 "owner" : test_owner .HENGTAO_G ,
6565 "commands" : [
66- "bash end_to_end/tpu/gemma2/2b/test_gemma2_to_mt.sh" ,
67- "bash end_to_end/tpu/gemma2/2b/test_gemma2_to_hf.sh" ,
66+ "bash tests/ end_to_end/tpu/gemma2/2b/test_gemma2_to_mt.sh" ,
67+ "bash tests/ end_to_end/tpu/gemma2/2b/test_gemma2_to_hf.sh" ,
6868 ],
6969 },
7070 "gemma3-4b" : {
7171 "owner" : test_owner .HENGTAO_G ,
7272 "commands" : [
73- "bash end_to_end/tpu/gemma3/4b/test_gemma3_to_mt.sh" ,
74- "bash end_to_end/tpu/gemma3/4b/test_gemma3_to_hf.sh" ,
73+ "bash tests/ end_to_end/tpu/gemma3/4b/test_gemma3_to_mt.sh" ,
74+ "bash tests/ end_to_end/tpu/gemma3/4b/test_gemma3_to_hf.sh" ,
7575 ],
7676 },
7777 "qwen3-4b" : {
7878 "owner" : test_owner .HENGTAO_G ,
7979 "commands" : [
80- "bash end_to_end/tpu/qwen3/4b/test_qwen3_to_mt.sh" ,
81- "bash end_to_end/tpu/qwen3/4b/test_qwen3_to_hf.sh" ,
80+ "bash tests/ end_to_end/tpu/qwen3/4b/test_qwen3_to_mt.sh" ,
81+ "bash tests/ end_to_end/tpu/qwen3/4b/test_qwen3_to_hf.sh" ,
8282 ],
8383 },
8484 "gpt3" : {
8585 "owner" : test_owner .MOHIT_K ,
86- "commands" : ["bash end_to_end/tpu/test_gpt3.sh" ],
86+ "commands" : ["bash tests/ end_to_end/tpu/test_gpt3.sh" ],
8787 },
8888 }
8989
@@ -160,7 +160,7 @@ def convert_checkpoint_and_run_training(
160160 time_out_in_min = test_scripts_details [0 ]["time_out_in_min" ],
161161 test_name = test_name ,
162162 run_model_cmds = (
163- f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash end_to_end/{ test_scripts_details [0 ]['script_name' ]} .sh" ,
163+ f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash tests/ end_to_end/{ test_scripts_details [0 ]['script_name' ]} .sh" ,
164164 ),
165165 docker_image = docker_image ,
166166 test_owner = test_owner .ANISHA_M ,
@@ -170,7 +170,7 @@ def convert_checkpoint_and_run_training(
170170 time_out_in_min = test_scripts_details [1 ]["time_out_in_min" ],
171171 test_name = test_name ,
172172 run_model_cmds = (
173- f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash end_to_end/{ test_scripts_details [1 ]['script_name' ]} .sh" ,
173+ f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash tests/ end_to_end/{ test_scripts_details [1 ]['script_name' ]} .sh" ,
174174 ),
175175 docker_image = docker_image ,
176176 test_owner = test_owner .ANISHA_M ,
0 commit comments