Skip to content

Commit

Permalink
fix (#8321)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo9674 committed Apr 24, 2024
1 parent af3041c commit 1a73b76
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ function _train(){
distributed_args="--master $master_ip:36677 --nnodes $nnodes ${PADDLE_RANK_OPTION} --run_mode=collective"
fi

echo "==========System Env============="
env
echo "================================="

# 以下为通用执行命令,无特殊可不用修改
case ${device_num} in
N1C8) echo "Run with: device_num=${device_num}, run_mode=${run_mode}"
Expand Down

0 comments on commit 1a73b76

Please sign in to comment.