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
5d43f737
Unverified
Commit
5d43f737
authored
Dec 01, 2025
by
FredericOdermatt
Committed by
GitHub
Dec 01, 2025
Browse files
[Doc] Update description disable_any_whitespace (#29784)
Signed-off-by:
Frederic Odermatt
<
frederic.odermatt@44ai.ch
>
parent
37593deb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
vllm/config/structured_outputs.py
vllm/config/structured_outputs.py
+4
-2
No files found.
vllm/config/structured_outputs.py
View file @
5d43f737
...
@@ -28,8 +28,10 @@ class StructuredOutputsConfig:
...
@@ -28,8 +28,10 @@ class StructuredOutputsConfig:
disable_fallback
:
bool
=
False
disable_fallback
:
bool
=
False
"""If `True`, vLLM will not fallback to a different backend on error."""
"""If `True`, vLLM will not fallback to a different backend on error."""
disable_any_whitespace
:
bool
=
False
disable_any_whitespace
:
bool
=
False
"""If `True`, the model will not generate any whitespace during structured
"""If `True`, json output will always be compact without any whitespace.
outputs. This is only supported for xgrammar and guidance backends."""
If `False`, the model may generate whitespace between JSON fields,
which is still valid JSON. This is only supported for xgrammar
and guidance backends."""
disable_additional_properties
:
bool
=
False
disable_additional_properties
:
bool
=
False
"""If `True`, the `guidance` backend will not use `additionalProperties`
"""If `True`, the `guidance` backend will not use `additionalProperties`
in the JSON schema. This is only supported for the `guidance` backend and
in the JSON schema. This is only supported for the `guidance` backend and
...
...
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