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

mpirun -np 8  --allow-run-as-root \
silencealiang's avatar
silencealiang committed
9
              train_gpt_567B_1nodes.sh localhost --profiling=$profiling > log-1nodes-`date +%F-%H%M`.log 2>&1
10
11
12
13
14

wait

rm -rf CKPT
rm -rf gpt_dataset/redpajama_text_document