Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool committed Sep 14, 2023
1 parent a1721da commit 4ac7de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/text2token.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def get_args():
"--tokens-type",
type=str,
required=True,
default="cjkchar",
help="The type of modeling units, should be cjkchar, bpe or cjkchar+bpe",
)

Expand Down
1 change: 0 additions & 1 deletion sherpa-onnx/python/sherpa_onnx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def cli():
"--tokens-type",
type=str,
required=True,
default="cjkchar",
help="The type of modeling units, should be cjkchar, bpe or cjkchar+bpe",
)
@click.option(
Expand Down

0 comments on commit 4ac7de7

Please sign in to comment.