Skip to content

Commit f19692d

Browse files
authored
Fix CLI Arg Default Value (#434)
1 parent 05d44c3 commit f19692d

File tree

1 file changed

+1
-1
lines changed
  • python/openvino_tokenizers

1 file changed

+1
-1
lines changed

python/openvino_tokenizers/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def get_parser() -> ArgumentParser:
178178
"--use-sentencepiece-backend",
179179
"--use_sentencepiece_backend",
180180
required=False,
181-
action="store_false",
181+
action="store_true",
182182
help=(
183183
"Use Sentencepiece library as a backend for tokenizer operation. "
184184
"The repository should contain Sentencepiece `.model` file. "

0 commit comments

Comments
 (0)