Merge branch 'main' of https://osredm.com/p04798526/LLaMA-Factory-310P3
This commit is contained in:
commit
396196862d
|
@ -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
|
42675
mindie_test/input.txt
42675
mindie_test/input.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue