Unverified Commit 94d545a1 authored by yansh97's avatar yansh97 Committed by GitHub
Browse files

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

parent 60fb4f3b
...@@ -373,7 +373,7 @@ class EngineArgs: ...@@ -373,7 +373,7 @@ class EngineArgs:
choices=['outlines', 'lm-format-enforcer', 'xgrammar'], choices=['outlines', 'lm-format-enforcer', 'xgrammar'],
help='Which engine will be used for guided decoding' help='Which engine will be used for guided decoding'
' (JSON schema / regex etc) by default. Currently support ' ' (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/mlc-ai/xgrammar, and '
'https://github.com/noamgat/lm-format-enforcer.' 'https://github.com/noamgat/lm-format-enforcer.'
' Can be overridden per request via guided_decoding_backend' ' Can be overridden per request via guided_decoding_backend'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment