Skip to content

Commit

Permalink
set bpe_model as required
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Jan 16, 2024
1 parent b63576c commit ad94191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions egs/aishell/ASR/zipformer_bbpe/jit_pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def get_parser():
parser.add_argument(
"--bpe-model",
type=str,
required=True,
help="""Path to the bbpe.model.""",
)

Expand Down
1 change: 1 addition & 0 deletions egs/aishell/ASR/zipformer_bbpe/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def get_parser():
parser.add_argument(
"--bpe-model",
type=str,
required=True,
help="""Path to the bbpe.model.""",
)

Expand Down

0 comments on commit ad94191

Please sign in to comment.