Skip to content

Commit

Permalink
[Doc] Fix typo in the help message of '--guided-decoding-backend' (vl…
Browse files Browse the repository at this point in the history
  • Loading branch information
yansh97 authored and BKitor committed Dec 30, 2024
1 parent 34037b8 commit 679ec46
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 @@ -373,7 +373,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
choices=['outlines', 'lm-format-enforcer', 'xgrammar'],
help='Which engine will be used for guided decoding'
' (JSON schema / regex etc) by default. Currently support '
'https://github.com/outlines-dev/outlines,'
'https://github.com/outlines-dev/outlines, '
'https://github.com/mlc-ai/xgrammar, and '
'https://github.com/noamgat/lm-format-enforcer.'
' Can be overridden per request via guided_decoding_backend'
Expand Down

0 comments on commit 679ec46

Please sign in to comment.