We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61866b8 commit b709c6dCopy full SHA for b709c6d
tests/e2e/singlecard/test_guided_decoding.py
@@ -30,7 +30,7 @@
30
os.environ["PYTORCH_NPU_ALLOC_CONF"] = "max_split_size_mb:256"
31
MODEL_NAME = "Qwen/Qwen2.5-0.5B-Instruct"
32
33
-GuidedDecodingBackend = ["xgrammar", "guidance"]
+GuidedDecodingBackend = ["xgrammar", "guidance", "outlines"]
34
35
36
@pytest.fixture(scope="module")
0 commit comments