chore: prepare batch run for 9g

This commit is contained in:
wql 2024-10-24 13:40:15 +08:00
parent 5baa79e083
commit 5b59012123
1 changed files with 17 additions and 8 deletions

View File

@ -4,24 +4,33 @@
repeat_cnt=$1
export HCCL_CONNECT_TIMEOUT=300
for ((i=0; i<repeat_cnt; i++)); do
bash run_once.sh lora_sft 9g-8B 8 500
bash run_once.sh lora_sft 9g-8B 8 1000
bash run_once.sh lora_sft 9g-8B 1 500
bash run_once.sh lora_sft 9g-8B 1 1000
# bash run_once.sh lora_sft Qwen-7B 8 500
# bash run_once.sh lora_sft Qwen-7B 8 1000
# bash run_once.sh lora_sft Qwen-7B 1 500
# bash run_once.sh lora_sft Qwen-7B 1 1000
bash run_once.sh inference Qwen-7B 8 500
bash run_once.sh inference Qwen-7B 8 1000
bash run_once.sh inference Qwen-7B 1 500
bash run_once.sh inference Qwen-7B 1 1000
# bash run_once.sh inference Qwen-7B 8 500
# bash run_once.sh inference Qwen-7B 8 1000
# bash run_once.sh inference Qwen-7B 1 500
# bash run_once.sh inference Qwen-7B 1 1000
# bash run_once.sh lora_sft Baichuan2-7B 8 500
# bash run_once.sh lora_sft Baichuan2-7B 8 1000
# bash run_once.sh lora_sft Baichuan2-7B 1 500
# bash run_once.sh lora_sft Baichuan2-7B 1 1000
bash run_once.sh inference Baichuan2-7B 8 500
bash run_once.sh inference Baichuan2-7B 8 1000
bash run_once.sh inference Baichuan2-7B 1 500
bash run_once.sh inference Baichuan2-7B 1 1000
# bash run_once.sh inference Baichuan2-7B 8 500
# bash run_once.sh inference Baichuan2-7B 8 1000
# bash run_once.sh inference Baichuan2-7B 1 500
# bash run_once.sh inference Baichuan2-7B 1 1000
# bash run_once.sh lora_sft ChatGLM2-6B 8 500
# bash run_once.sh lora_sft ChatGLM2-6B 8 1000