"...configs/experiments/coco-centernet-hourglass-tpu.yaml" did not exist on "05d5a0aca510d6bdd31521426f4394dac32211a6"
run_mixtral_8x22B_multinodes.sh 426 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
for para in $*
do
    if [[ $para == --profiling* ]];then
        profiling=${para#*=}
    fi
done

mpirun -np 64 --hostfile hostfile_mixtral_8x22B \
              --allow-run-as-root \
              --bind-to none \
              --mca plm_rsh_no_tree_spawn 1 \
              train_mixtral_8x22B_multinodes.sh node067 --profiling=$profiling > output.log 2>&1

wait

rm -rf CKPT
rm -rf mixtral_dataset/my-mixtral_text_document