You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 227 B

1234567891011121314
  1. # description
  2. mindspore distributed training launch helper utilty that will generate hccl config file.
  3. # use
  4. ```
  5. python hccl_tools.py --device_num [1,8]
  6. ```
  7. output:
  8. ```
  9. hccl_[device_num]p_[which device]_[server_ip].json
  10. ```