Skip to content

Commit b709c6d

Browse files
committed
Add test for outlines backend for structured output
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 61866b8 commit b709c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/singlecard/test_guided_decoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
os.environ["PYTORCH_NPU_ALLOC_CONF"] = "max_split_size_mb:256"
3131
MODEL_NAME = "Qwen/Qwen2.5-0.5B-Instruct"
3232

33-
GuidedDecodingBackend = ["xgrammar", "guidance"]
33+
GuidedDecodingBackend = ["xgrammar", "guidance", "outlines"]
3434

3535

3636
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)