Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning message format error #47045

Merged
merged 1 commit into from
Oct 17, 2022
Merged

Fix warning message format error #47045

merged 1 commit into from
Oct 17, 2022

Conversation

RedContritio
Copy link
Contributor

@RedContritio RedContritio commented Oct 16, 2022

PR types

Others

PR changes

Others

Describe

when run paddle.utils.run_check(), if can't enable P2P access, such a warning will show:

W1016 23:05:26.025279 10032 dynamic_loader.cc:276] You may need to install 'nccl2' from NVIDIA official website: https://developer.nvidia.com/nccl/nccl-downloadbefore install PaddlePaddle.

as we see, https://developer.nvidia.com/nccl/nccl-downloadbefore is not a legal url, but should be recognized as https://developer.nvidia.com/nccl/nccl-download + "before".

so fix it.

@paddle-bot
Copy link

paddle-bot bot commented Oct 16, 2022

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

@CLAassistant
Copy link

CLAassistant commented Oct 16, 2022

CLA assistant check
All committers have signed the CLA.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Oct 16, 2022
@paddle-bot
Copy link

paddle-bot bot commented Oct 16, 2022

✅ This PR's description meets the template requirements!
Please wait for other CI results.

@luotao1 luotao1 self-assigned this Oct 17, 2022
@luotao1 luotao1 merged commit 1328443 into PaddlePaddle:develop Oct 17, 2022
@luotao1
Copy link
Contributor

luotao1 commented Oct 25, 2022

很高兴收到你的贡献,欢迎参与飞桨开源共建~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants