run_gpt_567B_1nodes.sh 288 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
for para in $*
do
    if [[ $para == --profiling* ]];then
        profiling=${para#*=}
    fi
done

mpirun -np 8  --allow-run-as-root \
              train_gpt_567B_1nodes.sh localhost --profiling=$profiling > output.log 2>&1

wait

rm -rf CKPT
rm -rf gpt_dataset/redpajama_text_document