Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Dec 18, 2024
1 parent 63ae72b commit 582f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctranslate2/converters/eole_ct2.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def set_input_layers(spec, variables, scope):
spec.scale_embeddings = False

embeddings_specs = spec.embeddings
## encoder embeddings are stored in a list(onmt/ct2 legacy with features)
# encoder embeddings are stored in a list(onmt/ct2 legacy with features)
if isinstance(embeddings_specs, list):
embeddings_specs = embeddings_specs[0]
set_embeddings(embeddings_specs, variables, "%s.embeddings" % scope)
Expand Down

0 comments on commit 582f7eb

Please sign in to comment.