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
bfe2fe0a
Unverified
Commit
bfe2fe0a
authored
Mar 20, 2025
by
Wang Ran (汪然)
Committed by
GitHub
Mar 19, 2025
Browse files
typo: Update config.py (#15189)
parent
a8652f4f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
bfe2fe0a
...
...
@@ -2784,7 +2784,7 @@ class DecodingConfig:
backend
=
GuidedDecodingParams
(
backend
=
self
.
guided_decoding_backend
).
backend_name
if
backend
not
in
valid_guided_backends
:
raise
ValueError
(
f
"Invalid guided_decoding_backend '
{
backend
}
,"
raise
ValueError
(
f
"Invalid guided_decoding_backend '
{
backend
}
'
,"
f
" must be one of
{
valid_guided_backends
}
"
)
...
...
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