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 3de5990 commit 4ec38d9Copy full SHA for 4ec38d9
tests/singlecard/test_guided_decoding.py
@@ -89,10 +89,6 @@ def sample_json_schema():
89
@pytest.mark.parametrize("guided_decoding_backend", GuidedDecodingBackend)
90
def test_guided_json_completion(guided_decoding_backend: str,
91
sample_json_schema):
92
- # if guided_decoding_backend == "xgrammar":
93
- # # xgrammar does not support json schema, will fall back to outlines, skip it
94
- # pytest.skip(
95
- # f"{guided_decoding_backend} will fall back to outlines, skip it.")
96
if guided_decoding_backend not in GuidedDecodingBackendV1 and os.getenv(
97
"VLLM_USE_V1") == "1":
98
pytest.skip(f"{guided_decoding_backend} does not support v1, skip it.")
0 commit comments