-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Docathon][Fix System Message No.4、5、6、8] #58626
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
>>> import paddle.distributed.fleet as fleet | ||
>>> role = fleet.PaddleCloudRoleMaker() | ||
>>> fleet.init(role) | ||
|
||
|
||
.. code-block:: python | ||
:name: code-example4 |
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.
既然上面改了,这也一并改了吧
:name: code-example4 | |
:name: code-init-example4 |
>>> import paddle.distributed.fleet as fleet | ||
>>> strategy = fleet.DistributedStrategy() | ||
>>> fleet.init(strategy=strategy) | ||
|
||
|
||
.. code-block:: python | ||
:name: code-example5 |
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.
:name: code-example5 | |
:name: code-init-example5 |
python/paddle/device/__init__.py
Outdated
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.
paddle/device 下的文档已经在 #58508 都顺手统一改了~这边就不用改了
log_level (Integer, String, optional): A ``Integer`` or ``String`` Variable determining how hight | ||
the logging level is. Default is "INFO". | ||
|
||
log_level (Integer, String, optional): A ``Integer`` or ``String`` Variable determining how hight the logging level is. Default is "INFO". |
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.
这边原来的写法好像是没问题的?
Sorry to inform you that fa4470f's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
@Tomoko-hjf 子任务7已经合入了 |
@luotao1 好的,任务7相关的device文档撤回修改了,修改了下PR标题,剩余的题目有PR了吗,有的话我close掉这个PR |
剩余的题目目前还没看到PR |
对的,等孙师傅review就行 |
Sorry to inform you that 3c86979's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
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
PR types
Bug fixes
PR changes
Docs
Description
Docathon 英文文档格式修复