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 563 B

5 years ago
12345678910111213141516171819
  1. # Description
  2. MindSpore distributed training launch helper utility that will generate hccl config file.
  3. ## Usage
  4. ```python
  5. python hccl_tools.py --device_num "[0,8)"
  6. ```
  7. output:
  8. ```python
  9. hccl_[device_num]p_[which device]_[server_ip].json
  10. ```
  11. ## Note
  12. Please note that the Ascend accelerators used must be continuous, such [0,4) means to use four chips 0,1,2,3; [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.