Skip to content

Commit

Permalink
Make initialization of tokenizer and detokenizer optional (vllm-proje…
Browse files Browse the repository at this point in the history
…ct#3748)

Co-authored-by: Yun Ding <[email protected]>
Co-authored-by: Roger Wang <[email protected]>
  • Loading branch information
3 people authored and ZackBradshaw committed Apr 22, 2024
1 parent 73d8947 commit 05323b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ def add_cli_args(
help='Skip initialization of tokenizer and detokenizer')
=======
>>>>>>> 682789d (Fix missing docs and out of sync `EngineArgs` (#4219))
parser.add_argument(
'--skip-tokenizer-init',
action='store_true',
help='Skip initialization of tokenizer and detokenizer')
parser.add_argument(
'--revision',
type=str,
Expand Down

0 comments on commit 05323b6

Please sign in to comment.