"ppocr/utils/ppocr_keys_v1.txt" did not exist on "bc93c549fede50b6f5485fcd02a9657d2d4f55f9"
Commit 8edbbd3e authored by zhaoying1's avatar zhaoying1
Browse files

Update run-13b.sh

parent 946cea7d
......@@ -7,12 +7,11 @@ export NCCL_SOCKET_IFNAME=ib0
export NCCL_P2P_LEVEL=5
rm -rf ./hostfile/*
echo "START TIME: $(date)"
hostfile=./hostfile
np=$(cat $hostfile|sort|uniq |wc -l)
np=$(($np*4))
np=$(($np*8))
which mpirun
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment