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
4dad72f0
Unverified
Commit
4dad72f0
authored
Sep 13, 2025
by
Russell Bryant
Committed by
GitHub
Sep 13, 2025
Browse files
[Misc] Correct an outdated comment. (#24765)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
59d7ffc1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vllm/v1/engine/processor.py
vllm/v1/engine/processor.py
+4
-4
No files found.
vllm/v1/engine/processor.py
View file @
4dad72f0
...
...
@@ -260,10 +260,10 @@ class Processor:
else
:
# NOTE: engine_level_backend must be "auto" here, because we have
# checked supported_backends above.
#
"auto" is an opt-in to opinionated behavior where we try to
#
choose a backend based on request contents. This is not the
#
default as it is less predictable and subject to change
#
between releases as feature support changes
.
#
In this mode, we set opinionated defaults based on what we think
#
will satisfy the most use cases without having to worry about
#
this setting. We include fallback behavior here, but not with any
#
other setting where a specific backend was specified
.
try
:
validate_xgrammar_grammar
(
params
)
params
.
guided_decoding
.
backend
=
"xgrammar"
...
...
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