mindspore/model_zoo/utils/hccl_tools
chenhaozhe 91c65a734a fix some doc error 2020-09-12 18:19:00 +08:00
..
README.md fix some doc error 2020-09-12 18:19:00 +08:00
hccl_tools.py update_hccl_tools_README.md 2020-08-18 10:58:03 +08:00

README.md

description

mindspore distributed training launch helper utilty that will generate hccl config file.

use

python hccl_tools.py --device_num "[0,8)"

output:

hccl_[device_num]p_[which device]_[server_ip].json

Note

Please note that the D chips used must be continuous, such [0,4) means to use four chips 0123; [0,1) means to use chip 0; The first four chips are a group, and the last four chips are a group. In addition to the [0,8) chips are allowed, other cross-group such as [3,6) are prohibited.