Skip to content

Commit

Permalink
[BugFix] Update parallel.py (PaddlePaddle#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHUI authored Apr 7, 2022
1 parent 67d93b1 commit 4ba301b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/ops/distributed/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def forward(self, x):
if self.gather_out is False:
return output_parallel

return paddle.distributed.collective._concat(
return paddle.distributed.collective._c_concat(
output_parallel, group=group)


Expand Down

0 comments on commit 4ba301b

Please sign in to comment.