-
Notifications
You must be signed in to change notification settings - Fork 860
[Docathon][Fix Doc Format No.10] fix global_gather_cn #7480
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
base: develop
Are you sure you want to change the base?
Conversation
问题和 #7481 一样 |
::::::::: | ||
Tensor,从所有 expert 接收的数据。 | ||
Tensor,从所有 expert 接收的数据喵~ | ||
|
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.
这句不用改哈~
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.
不能留着嘛QAQ
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.
呐,不能留着喵~ 只需要修改有误的地方,方便用户看懂 QAQ
代码示例 | ||
::::::::: | ||
|
||
COPY-FROM: paddle.distributed.utils.global_gather |
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.
正常的COPY-FROM应该是和英文api源码对齐,上面的渲染是一个bug;需要检索一下该api的路径位置可能是发生了改变,所以可能需要变更路径~
可以参考 #7472 的检索方法,如果无法检索该API的话就可以考虑删除~
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.
这边看了下,我最新的3.2版本的文档并没有这个api,旧版可以找到,估计是被移除了。
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.
NOTICE
|
@aztice 另外,如果官网文档找不到,建议直接看 paddle 仓库源码,所有英文文档均从源码的 docstring 里抽取出来的。参考 可以看到路径在 同时,也在 paddle 仓库里查一查该 API 相关的 PR,参考 这个 API 应该是不对外暴露给用户了,所以直接删除该文档即可,包括 overview 里如果有相关引用的话,也删除 |
你是指直接把 |
删,@sunzhongkai588 都说删了你怕啥,这个 API 确实不再是公开 API 了, |
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 @luotao1 @sunzhongkai588
PR types
Others (Fixing Work)
PR changes
Docs
Description
@sunzhongkai588 @luotao1