Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

【Launch】Upgrade ease of launch

Open Difers opened this issue 11 months ago • 5 comments

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.

Difers avatar Mar 21 '24 07:03 Difers

你的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.

paddle-bot[bot] avatar Mar 21 '24 07:03 paddle-bot[bot]

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.

paddle-ci-bot[bot] avatar Mar 30 '24 03:03 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar Apr 15 '24 03:04 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar Apr 24 '24 03:04 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar May 03 '24 03:05 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar May 19 '24 03:05 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar May 28 '24 03:05 paddle-ci-bot[bot]

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.

paddle-ci-bot[bot] avatar Jun 07 '24 03:06 paddle-ci-bot[bot]