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" : [
58+ "bash tests/end_to_end/tpu/mistral/7b/test_mistral-7b.sh"
59+ ],
5860 },
5961 "gemma-2b" : {
6062 "owner" : test_owner .MOHIT_K ,
61- "commands" : ["bash end_to_end/tpu/gemma/2b/test_gemma.sh" ],
63+ "commands" : ["bash tests/ end_to_end/tpu/gemma/2b/test_gemma.sh" ],
6264 },
6365 "gemma2-2b" : {
6466 "owner" : test_owner .HENGTAO_G ,
6567 "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" ,
68+ "bash tests/ end_to_end/tpu/gemma2/2b/test_gemma2_to_mt.sh" ,
69+ "bash tests/ end_to_end/tpu/gemma2/2b/test_gemma2_to_hf.sh" ,
6870 ],
6971 },
7072 "gemma3-4b" : {
7173 "owner" : test_owner .HENGTAO_G ,
7274 "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" ,
75+ "bash tests/ end_to_end/tpu/gemma3/4b/test_gemma3_to_mt.sh" ,
76+ "bash tests/ end_to_end/tpu/gemma3/4b/test_gemma3_to_hf.sh" ,
7577 ],
7678 },
7779 "qwen3-4b" : {
7880 "owner" : test_owner .HENGTAO_G ,
7981 "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" ,
82+ "bash tests/ end_to_end/tpu/qwen3/4b/test_qwen3_to_mt.sh" ,
83+ "bash tests/ end_to_end/tpu/qwen3/4b/test_qwen3_to_hf.sh" ,
8284 ],
8385 },
8486 "gpt3" : {
8587 "owner" : test_owner .MOHIT_K ,
86- "commands" : ["bash end_to_end/tpu/test_gpt3.sh" ],
88+ "commands" : ["bash tests/ end_to_end/tpu/test_gpt3.sh" ],
8789 },
8890 }
8991
@@ -160,7 +162,7 @@ def convert_checkpoint_and_run_training(
160162 time_out_in_min = test_scripts_details [0 ]["time_out_in_min" ],
161163 test_name = test_name ,
162164 run_model_cmds = (
163- f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash end_to_end/{ test_scripts_details [0 ]['script_name' ]} .sh" ,
165+ f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash tests/ end_to_end/{ test_scripts_details [0 ]['script_name' ]} .sh" ,
164166 ),
165167 docker_image = docker_image ,
166168 test_owner = test_owner .ANISHA_M ,
@@ -170,7 +172,7 @@ def convert_checkpoint_and_run_training(
170172 time_out_in_min = test_scripts_details [1 ]["time_out_in_min" ],
171173 test_name = test_name ,
172174 run_model_cmds = (
173- f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash end_to_end/{ test_scripts_details [1 ]['script_name' ]} .sh" ,
175+ f"export BASE_OUTPUT_PATH=$GCS_OUTPUT; bash tests/ end_to_end/{ test_scripts_details [1 ]['script_name' ]} .sh" ,
174176 ),
175177 docker_image = docker_image ,
176178 test_owner = test_owner .ANISHA_M ,
0 commit comments