We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fb4f3 commit 94d545aCopy full SHA for 94d545a
vllm/engine/arg_utils.py
@@ -373,7 +373,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
373
choices=['outlines', 'lm-format-enforcer', 'xgrammar'],
374
help='Which engine will be used for guided decoding'
375
' (JSON schema / regex etc) by default. Currently support '
376
- 'https://github.com/outlines-dev/outlines,'
+ 'https://github.com/outlines-dev/outlines, '
377
'https://github.com/mlc-ai/xgrammar, and '
378
'https://github.com/noamgat/lm-format-enforcer.'
379
' Can be overridden per request via guided_decoding_backend'
0 commit comments