Remove unused disable_fallback field (#36546)

This commit is contained in:
Zhuohan Li
2026-03-09 20:56:54 -07:00
committed by GitHub
parent 7279374f91
commit 04b67d8f62
2 changed files with 0 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ class StructuredOutputsConfig:
regex, etc) by default. With "auto", we will make opinionated choices
based on request contents and what the backend libraries currently support,
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
"""If `True`, json output will always be compact without any whitespace.
If `False`, the model may generate whitespace between JSON fields,