Skip to content

Commit

Permalink
Adjusted where it should
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Attieh authored and Joseph Attieh committed Jan 24, 2024
1 parent f63a532 commit 68f7e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mammoth/opts.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def model_opts(parser):

group.add('--layers', '-layers', type=int, default=-1, help='Deprecated')
group.add('--enc_layers', '-enc_layers', nargs='+', type=int, help='Number of layers in each encoder')
group.add('--enable_embeddingless', '-enable_embeddingless',action='store_true',help='Enable embeddingless architecture')
group.add('--dec_layers', '-dec_layers', nargs='+', type=int, help='Number of layers in each decoder')
group.add(
'--model_dim',
Expand Down

0 comments on commit 68f7e60

Please sign in to comment.