chore: change batch run

This commit is contained in:
wql 2024-09-24 10:16:19 +08:00
parent 6d6f1cbdce
commit 87c1a70566
1 changed files with 18 additions and 18 deletions

View File

@ -7,37 +7,37 @@ repeat_cnt=$1
source /usr/local/Ascend/ascend-toolkit/set_env.sh
for ((i=0; i<repeat_cnt; i++)); do
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 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 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 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 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
# bash run_once.sh lora_sft chatglm2-6B 1 500
# bash run_once.sh lora_sft chatglm2-6B 1 1000
bash run_once.sh lora_sft chatglm2-6B 8 500
bash run_once.sh lora_sft chatglm2-6B 8 1000
bash run_once.sh lora_sft chatglm2-6B 1 500
bash run_once.sh lora_sft chatglm2-6B 1 1000
bash run_once.sh inference chatglm2-6B 8 500
bash run_once.sh inference chatglm2-6B 8 1000
bash run_once.sh inference chatglm2-6B 1 500
bash run_once.sh inference chatglm2-6B 1 1000
# bash run_once.sh lora_sft llama-2-7b-ms 8 500
# bash run_once.sh lora_sft llama-2-7b-ms 8 1000
# bash run_once.sh lora_sft llama-2-7b-ms 1 500
# bash run_once.sh lora_sft llama-2-7b-ms 1 1000
# bash run_once.sh inference chatglm2-6B 8 500
# bash run_once.sh inference chatglm2-6B 8 1000
# bash run_once.sh inference chatglm2-6B 1 500
# bash run_once.sh inference chatglm2-6B 1 1000
# bash run_once.sh inference llama-2-7b-ms 8 500
# bash run_once.sh inference llama-2-7b-ms 8 1000
# bash run_once.sh inference llama-2-7b-ms 1 500