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
04b67d8f
"vscode:/vscode.git/clone" did not exist on "39d3f8d94fd2691b70ee809e7565402f8a061c6b"
Unverified
Commit
04b67d8f
authored
Mar 09, 2026
by
Zhuohan Li
Committed by
GitHub
Mar 09, 2026
Browse files
Remove unused disable_fallback field (#36546)
parent
7279374f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
vllm/config/structured_outputs.py
vllm/config/structured_outputs.py
+0
-2
vllm/sampling_params.py
vllm/sampling_params.py
+0
-1
No files found.
vllm/config/structured_outputs.py
View file @
04b67d8f
...
@@ -23,8 +23,6 @@ class StructuredOutputsConfig:
...
@@ -23,8 +23,6 @@ class StructuredOutputsConfig:
regex, etc) by default. With "auto", we will make opinionated choices
regex, etc) by default. With "auto", we will make opinionated choices
based on request contents and what the backend libraries currently support,
based on request contents and what the backend libraries currently support,
so the behavior is subject to change in each release."""
so the behavior is subject to change in each release."""
disable_fallback
:
bool
=
False
"""If `True`, vLLM will not fallback to a different backend on error."""
disable_any_whitespace
:
bool
=
False
disable_any_whitespace
:
bool
=
False
"""If `True`, json output will always be compact without any whitespace.
"""If `True`, json output will always be compact without any whitespace.
If `False`, the model may generate whitespace between JSON fields,
If `False`, the model may generate whitespace between JSON fields,
...
...
vllm/sampling_params.py
View file @
04b67d8f
...
@@ -41,7 +41,6 @@ class StructuredOutputsParams:
...
@@ -41,7 +41,6 @@ class StructuredOutputsParams:
grammar
:
str
|
None
=
None
grammar
:
str
|
None
=
None
json_object
:
bool
|
None
=
None
json_object
:
bool
|
None
=
None
# These are other options that can be set.
# These are other options that can be set.
disable_fallback
:
bool
=
False
disable_any_whitespace
:
bool
=
False
disable_any_whitespace
:
bool
=
False
disable_additional_properties
:
bool
=
False
disable_additional_properties
:
bool
=
False
whitespace_pattern
:
str
|
None
=
None
whitespace_pattern
:
str
|
None
=
None
...
...
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