Skip to content

Commit

Permalink
Add spaces between EN and CN chars in doc
Browse files Browse the repository at this point in the history
fix doc hook `insert-whitespace-between-cn-and-en-char`
  • Loading branch information
anderson101866 authored Oct 16, 2024
1 parent 27516dd commit 94fdff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ paddle.distributed.all_gather_object(object_list, obj, group=None)

| PyTorch | PaddlePaddle | 备注 |
| -------- | ------------ | --------------------------------------------- |
| object_list | | 表示用于保存聚合结果的列表。需初始化成与group等长的列表 |
| object_list | | 表示用于保存聚合结果的列表。需初始化成与 `group` 等长的列表 |
| | object_list | 表示用于保存聚合结果的列表。需初始化成空列表 |
| obj | obj | 表示待聚合的对象。 |
| group | group | 表示执行该操作的进程组实例。 |
Expand Down

0 comments on commit 94fdff1

Please sign in to comment.