Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FeixLiu committed Oct 22, 2024
1 parent 76a118b commit 6df0c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddlenlp/transformers/tensor_parallel_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def parallel_matmul(lm_output, logit_weights, tensor_parallel_output=True, train
logits = xpu_parallel_matmul(
lm_output,
logit_weights,
tensor_parallel_output,
tensor_parallel_output=tensor_parallel_output,
training=training,
)
return logits
Expand Down

0 comments on commit 6df0c68

Please sign in to comment.