Skip to content

Commit f5dce10

Browse files
authored
fix(nmt): dup line (#20)
1 parent e2ebba3 commit f5dce10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/nmt/nmt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def parse_args() -> argparse.Namespace:
5555
parser.add_argument(
5656
"--tgt-language", type=str, help="Target language (according to BCP-47 standard)"
5757
)
58-
parser.add_argument("--text-file", type=str, help="Path to file for translation")
5958
parser.add_argument("--batch-size", type=int, default=8, help="Batch size to use for file translation")
6059
parser.add_argument("--list-models", default=False, action='store_true', help="List available models")
6160
parser = add_connection_argparse_parameters(parser)

0 commit comments

Comments
 (0)