Skip to content

Commit 65d96e0

Browse files
tjohnson31415russellb
authored andcommitted
feat: allow guidance backend for V0
Signed-off-by: Travis Johnson <[email protected]>
1 parent fe7c77f commit 65d96e0

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
@@ -3091,7 +3091,7 @@ def get_served_model_name(model: str,
30913091

30923092

30933093
GuidedDecodingBackendV0 = Literal["auto", "outlines", "lm-format-enforcer",
3094-
"xgrammar"]
3094+
"xgrammar", "guidance"]
30953095
GuidedDecodingBackendV1 = Literal["auto", "xgrammar", "guidance"]
30963096

30973097

0 commit comments

Comments
 (0)