[Doc] Fix typo in the help message of '--guided-decoding-backend' (#11440)

This commit is contained in:
yansh97 2024-12-24 04:20:44 +08:00 committed by GitHub
parent 60fb4f3bcf
commit 94d545a1a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,7 +373,7 @@ class EngineArgs:
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'