Skip to content

Commit

Permalink
Add FlaxEncoderDecoderModel to modeling_flax_auto.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Aug 13, 2021
1 parent 281fa2a commit b6f5f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformers/models/auto/modeling_flax_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
("t5", "FlaxT5ForConditionalGeneration"),
("mt5", "FlaxMT5ForConditionalGeneration"),
("marian", "FlaxMarianMTModel"),
("encoder-decoder", "FlaxEncoderDecoderModel"),
]
)

Expand Down

0 comments on commit b6f5f4f

Please sign in to comment.