This commit is contained in:
wql 2024-11-29 17:42:27 +08:00
commit 396196862d
2 changed files with 42692 additions and 1 deletions

18
mindie_test/batch_run.sh Normal file
View File

@ -0,0 +1,18 @@
#!/bin/bash
# bash batch_run.sh 3
repeat_cnt=$1
for ((i=0; i<repeat_cnt; i++)); do
bash run_test_once.sh Qwen-7B 1
bash run_test_once.sh Qwen-7B 8
bash run_test_once.sh Baichuan2-7B 1
bash run_test_once.sh Baichuan2-7B 8
bash run_test_once.sh ChatGLM2-6B 1
bash run_test_once.sh ChatGLM2-6B 8
bash run_test_once.sh Llama2-7B 1
bash run_test_once.sh Llama2-7B 8
done

File diff suppressed because it is too large Load Diff