run-13b-sft.sh 279 Bytes
Newer Older
qianyj's avatar
update  
qianyj committed
1
2
source env.sh

qianyj's avatar
qianyj committed
3
4
5
6
7
8

echo "START TIME: $(date)"
hostfile=./hostfile

np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*8))
qianyj's avatar
update  
qianyj committed
9

qianyj's avatar
qianyj committed
10
11
which mpirun
mpirun -np $np --allow-run-as-root --hostfile hostfile --bind-to none --mca btl_tcp_if_include enp97s0f1 mpi_single.sh 8
qianyj's avatar
update  
qianyj committed
12

qianyj's avatar
qianyj committed
13
14
15
16
echo "END TIME: $(date)"