run_deepseekv2_236B_1nodes.sh 305 Bytes
Newer Older
silencealiang's avatar
init  
silencealiang committed
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_deepseekv2_236B_1nodes.sh localhost --profiling=$profiling > output.log 2>&1

wait

rm -rf output
rm -rf data/mmap_deepseekv2_datasets_text_document