-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[xdoctest][task 226-230] reformat example code with google style in python/paddle/distributed/fleet/*
#57787
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有一些相同问题的没有逐个写出来,比如格式问题,输出问题 ~ 请检查一下 :)
不太确定是不是HDFS这种凡是设定外部地址的都SKIP? |
分布式这部分确认比较麻烦,我自己的测试方法是,在 aistudio 上用 gpu 环境安装最新的 develop 版本,然后测试代码能否运行。 develop 版本好像是编译了分布式的部分,所以,如果:
另外,也可以参考单元测试的情况 ~ 我个人对分布式这块不是很有把握,上面这种测试方法参考一下?!~~~ |
thanks 好主意,aistudio现在有多卡了 |
Sorry to inform you that 74feae5's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
@megemini updated. AFSClient 这部分大概是develop版本默认WITH_PSLIB=OFF,测不到,全部SKIP了。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFSClient
部分比较简单,应该问题不大。
还有两个地方改一下应该就可以了 ~ 辛苦 :)
python/paddle/distributed/fleet/utils/hybrid_parallel_inference.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~ 辛苦 🫡
…python/paddle/distributed/fleet/*` (PaddlePaddle#57787) * [Doctest]fix No.226-230, test=docs_preview * reply comments * missing some * missing some * modify fs.py * modify hybrid_parallel_inference.py * modify parallel.py * fix examples
…python/paddle/distributed/fleet/*` (PaddlePaddle#57787) * [Doctest]fix No.226-230, test=docs_preview * reply comments * missing some * missing some * modify fs.py * modify hybrid_parallel_inference.py * modify parallel.py * fix examples
…python/paddle/distributed/fleet/*` (PaddlePaddle#57787) * [Doctest]fix No.226-230, test=docs_preview * reply comments * missing some * missing some * modify fs.py * modify hybrid_parallel_inference.py * modify parallel.py * fix examples
PR types
Others
PR changes
Others
Description
修改如下文件的示例代码,使其通过
xdoctest
检查:XXX.py
XXX.py
预览:
Related links
@sunzhongkai588 @SigureMo @megemini