Skip to content

Commit

Permalink
missing option
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Dec 16, 2024
1 parent acc9a51 commit 79813d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/ctranslate2/converters/eole_ct2.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def _get_model_spec_seq2seq(
with_relative_position=with_relative_position,
alibi=with_alibi,
activation=_SUPPORTED_ACTIVATIONS[activation_fn],
ffn_glu=ffn_glu,
rms_norm=config.layer_norm == "rms",
rotary_dim=rotary_dim,
rotary_interleave=rotary_interleave,
Expand Down

0 comments on commit 79813d3

Please sign in to comment.