Skip to content

Commit 1a73b76

Browse files
authored
fix (#8321)
1 parent af3041c commit 1a73b76

File tree

1 file changed

+4
-0
lines changed
  • tests/test_tipc/dygraph/hybrid_parallelism/llama2/benchmark_common

1 file changed

+4
-0
lines changed

tests/test_tipc/dygraph/hybrid_parallelism/llama2/benchmark_common/run_benchmark.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ function _train(){
105105
distributed_args="--master $master_ip:36677 --nnodes $nnodes ${PADDLE_RANK_OPTION} --run_mode=collective"
106106
fi
107107

108+
echo "==========System Env============="
109+
env
110+
echo "================================="
111+
108112
# 以下为通用执行命令,无特殊可不用修改
109113
case ${device_num} in
110114
N1C8) echo "Run with: device_num=${device_num}, run_mode=${run_mode}"

0 commit comments

Comments
 (0)