Skip to content

Commit 94d545a

Browse files
authored
[Doc] Fix typo in the help message of '--guided-decoding-backend' (#11440)
1 parent 60fb4f3 commit 94d545a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
373373
choices=['outlines', 'lm-format-enforcer', 'xgrammar'],
374374
help='Which engine will be used for guided decoding'
375375
' (JSON schema / regex etc) by default. Currently support '
376-
'https://github.com/outlines-dev/outlines,'
376+
'https://github.com/outlines-dev/outlines, '
377377
'https://github.com/mlc-ai/xgrammar, and '
378378
'https://github.com/noamgat/lm-format-enforcer.'
379379
' Can be overridden per request via guided_decoding_backend'

0 commit comments

Comments
 (0)