Skip to content

Commit 58ce9fe

Browse files
committed
feat: allow guidance backend for V0
Signed-off-by: Travis Johnson <[email protected]>
1 parent e7cdd53 commit 58ce9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ def get_served_model_name(model: str,
30943094

30953095

30963096
GuidedDecodingBackendV0 = Literal["auto", "outlines", "lm-format-enforcer",
3097-
"xgrammar"]
3097+
"xgrammar", "guidance"]
30983098
GuidedDecodingBackendV1 = Literal["auto", "xgrammar", "guidance"]
30993099

31003100

0 commit comments

Comments
 (0)