Skip to content

fix typo of torch.distributed.new_group.md #5940

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

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ torch.distributed.new_group(ranks=None, timeout=datetime.timedelta(seconds=1800)
### [paddle.distributed.new_group](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/distributed/new_group_cn.html)

```python
paddle.distributed.(ranks=None, backend=None)
paddle.distributed.new_group(ranks=None, backend=None)
```

其中 PyTorch 相比 Paddle 支持更多其他参数,具体如下:
Expand Down