Skip to content
Snippets Groups Projects
Unverified Commit b9392e09 authored by i-robot's avatar i-robot Committed by Gitee
Browse files

!4098 modify tinybert train scripts

Merge pull request !4098 from anzhengqi/modify-tinybert-scripts
parents 59611635 4c7c9df8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ EPOCH_SIZE=$2
PROJECT_DIR=$(cd "$(dirname "$0")" || exit; pwd)
export RANK_TABLE_FILE=$3
export RANK_SIZE=$1
export HCCL_CONNECT_TIMEOUT=600
cores=`cat /proc/cpuinfo|grep "processor" |wc -l`
echo "the number of logical core" $cores
avg_core_per_rank=`expr $cores \/ $RANK_SIZE`
......
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