We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3041c commit 1a73b76Copy full SHA for 1a73b76
tests/test_tipc/dygraph/hybrid_parallelism/llama2/benchmark_common/run_benchmark.sh
@@ -105,6 +105,10 @@ function _train(){
105
distributed_args="--master $master_ip:36677 --nnodes $nnodes ${PADDLE_RANK_OPTION} --run_mode=collective"
106
fi
107
108
+ echo "==========System Env============="
109
+ env
110
+ echo "================================="
111
+
112
# 以下为通用执行命令,无特殊可不用修改
113
case ${device_num} in
114
N1C8) echo "Run with: device_num=${device_num}, run_mode=${run_mode}"
0 commit comments