Paddle
Paddle copied to clipboard
【Launch】Upgrade ease of launch
PR Category
User Experience
PR Types
Others
Description
Pcard-81867 This PR upgrades ease of launch module, it primarily addresses two issues.
- The user-provided arguments have the highest priority when launching.
- It introduces the ability to launch with IPS.
# lauch with ip list
mpirun python -m paddle.dsitributed.launch --ips=<ips1,ips2...> train.py
# lauch with hostfile
mpirun python -m paddle.dsitributed.launch --ips=<hostfile> train.py
hostfile example
10.67.224.15
10.67.224.16
10.67.224.17
...
When launching without the "master" parameter, the first IP in the IPS list will be used as the master IP, and the port will be automatically detected to form the master: ips[0]:port.
你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.
Sorry to inform you that 60e351f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that c18d26a's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that e10910f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that 9e76571's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that 5e775c1's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that af0d4d2's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.
Sorry to inform you that 4d95693's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually.