Skip to content

Commit 4ec38d9

Browse files
committed
update
Signed-off-by: shen-shanshan <467638484@qq.com>
1 parent 3de5990 commit 4ec38d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/singlecard/test_guided_decoding.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ def sample_json_schema():
8989
@pytest.mark.parametrize("guided_decoding_backend", GuidedDecodingBackend)
9090
def test_guided_json_completion(guided_decoding_backend: str,
9191
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.")
9692
if guided_decoding_backend not in GuidedDecodingBackendV1 and os.getenv(
9793
"VLLM_USE_V1") == "1":
9894
pytest.skip(f"{guided_decoding_backend} does not support v1, skip it.")

0 commit comments

Comments
 (0)