!7351 fix typos in hcc-time-out options

Merge pull request !7351 from chenhaozhe/fix-hccl_time_out-typos
This commit is contained in:
mindspore-ci-bot 2020-10-15 19:28:56 +08:00 committed by Gitee
commit a7e0ffbcf9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def distribute_pretrain():
print("hccl_config_dir:", args.hccl_config_dir)
print("hccl_time_out:", args.hccl_time_out)
cmd = append_cmd_env(cmd, 'HCCL_CONNECTION_TIMEOUT', args.hccl_time_out)
cmd = append_cmd_env(cmd, 'HCCL_CONNECT_TIMEOUT', args.hccl_time_out)
cmd = append_cmd_env(cmd, 'RANK_TABLE_FILE', args.hccl_config_dir)
cores = multiprocessing.cpu_count()