Skip to content

Commit

Permalink
[tokenizer] fix yapf errors
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDingNVD committed Apr 4, 2024
1 parent 5b30825 commit 676256f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ def add_cli_args(
type=str,
default=EngineArgs.tokenizer,
help='name or path of the huggingface tokenizer to use')
parser.add_argument(
'--disable_tokenizer',
action='store_true',
help='Disable tokenization and detokenization')
parser.add_argument('--disable_tokenizer',
action='store_true',
help='Disable tokenization and detokenization')
parser.add_argument(
'--revision',
type=str,
Expand Down

0 comments on commit 676256f

Please sign in to comment.