From 681a7a8ff2fdf6b0bcbd0a9c13f3096162c9aa0d Mon Sep 17 00:00:00 2001 From: huangju1993 Date: Wed, 5 Jul 2023 09:06:51 +0000 Subject: [PATCH] /built-in/nlp/BertNV_Series_for_TensorFlow/test/train_ID3067_BertLarge-128_performance_8p.sh. Signed-off-by: huangju1993 --- .../test/train_ID3067_BertLarge-128_performance_8p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/test/train_ID3067_BertLarge-128_performance_8p.sh b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/test/train_ID3067_BertLarge-128_performance_8p.sh index e0113d2fc..9d2805bd9 100644 --- a/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/test/train_ID3067_BertLarge-128_performance_8p.sh +++ b/TensorFlow/built-in/nlp/BertNV_Series_for_TensorFlow/test/train_ID3067_BertLarge-128_performance_8p.sh @@ -7,6 +7,7 @@ cur_path=`pwd` export RANK_SIZE=8 export JOB_ID=99990001 export RANK_TABLE_FILE=${cur_path}/../configs/8p.json +export HCCL_CONNECT_TIMEOUT=600 RANK_ID_START=0 # 数据集路径,保持为空,不需要修改 -- Gitee