minor fix

This commit is contained in:
JinZr 2024-01-11 09:38:11 +08:00
parent 638cb5cc35
commit d56d88b85e

View File

@ -176,7 +176,7 @@ def get_parser():
parser.add_argument( parser.add_argument(
"--bpe-model", "--bpe-model",
type=Path, type=str,
default="data/lang_bbpe_500/bbpe.model", default="data/lang_bbpe_500/bbpe.model",
help="Path to the byte BPE model", help="Path to the byte BPE model",
) )