Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
94d545a1
Unverified
Commit
94d545a1
authored
Dec 24, 2024
by
yansh97
Committed by
GitHub
Dec 23, 2024
Browse files
[Doc] Fix typo in the help message of '--guided-decoding-backend' (#11440)
parent
60fb4f3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
94d545a1
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment