Skip to content

Commit

Permalink
[tokenizer] fix type
Browse files Browse the repository at this point in the history
with a ',', it becomes a tuple, and deemed as True.
  • Loading branch information
EricDingNVD committed Apr 4, 2024
1 parent 07cc2e5 commit 5b30825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class EngineArgs:
"""Arguments for vLLM engine."""
model: str
tokenizer: Optional[str] = None
disable_tokenizer: bool = False,
disable_tokenizer: bool = False
tokenizer_mode: str = 'auto'
trust_remote_code: bool = False
download_dir: Optional[str] = None
Expand Down

0 comments on commit 5b30825

Please sign in to comment.