set bpe_model as required

This commit is contained in:
jinzr 2024-01-16 11:40:11 +08:00
parent b63576ccd0
commit ad94191055
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ def get_parser():
parser.add_argument(
"--bpe-model",
type=str,
required=True,
help="""Path to the bbpe.model.""",
)

View File

@ -150,6 +150,7 @@ def get_parser():
parser.add_argument(
"--bpe-model",
type=str,
required=True,
help="""Path to the bbpe.model.""",
)