We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d44c3 commit f19692dCopy full SHA for f19692d
python/openvino_tokenizers/cli.py
@@ -178,7 +178,7 @@ def get_parser() -> ArgumentParser:
178
"--use-sentencepiece-backend",
179
"--use_sentencepiece_backend",
180
required=False,
181
- action="store_false",
+ action="store_true",
182
help=(
183
"Use Sentencepiece library as a backend for tokenizer operation. "
184
"The repository should contain Sentencepiece `.model` file. "
0 commit comments