Skip to content

Commit 91625b2

Browse files
committed
fixup: add "auto" as supported V0 backend after rebase
Signed-off-by: Travis Johnson <[email protected]>
1 parent 33e8486 commit 91625b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/guided_decoding/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
logger = init_logger(__name__)
2121

2222
GUIDED_DECODING_BACKENDS_V0 = [
23-
"outlines", "lm-format-enforcer", "xgrammar", "guidance"
23+
"outlines", "lm-format-enforcer", "xgrammar", "guidance", "auto"
2424
]
2525
GUIDED_DECODING_BACKENDS_V1 = ["xgrammar", "guidance", "auto"]
2626

0 commit comments

Comments
 (0)