Skip to content

Commit

Permalink
fix out order
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored and zrr1999 committed Feb 17, 2024
1 parent bb0fa3a commit bd88caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/incubate/nn/functional/fused_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ def fused_multi_transformer(
) # semantic transfer

if in_dynamic_mode():
cache_kv_out, final_out = _C_ops.fused_multi_transformer(
final_out, cache_kv_out = _C_ops.fused_multi_transformer(
x,
ln_scales,
ln_biases,
Expand Down

0 comments on commit bd88caa

Please sign in to comment.