Skip to content

Commit

Permalink
remove model_opt from test
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Dec 18, 2023
1 parent cea6425 commit a864329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onmt/tests/test_inference_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def _get_parser():
parser = ArgumentParser(description="simple_inference_engine_py.py")
opts.config_opts(parser)
opts.translate_opts(parser, dynamic=True)
opts.model_opts(parser)
return parser


Expand Down

0 comments on commit a864329

Please sign in to comment.