[V1][Structured Output] Move xgrammar related utils to backend_xgrammar.py (#16578)

Signed-off-by: shen-shanshan <467638484@qq.com>
This commit is contained in:
Shanshan Shen
2025-04-16 17:01:36 +08:00
committed by GitHub
parent 44fa4d556c
commit 976711d9db
4 changed files with 120 additions and 126 deletions

View File

@@ -2,7 +2,7 @@
import pytest
from vllm.v1.structured_output.utils import (
from vllm.v1.structured_output.backend_xgrammar import (
has_xgrammar_unsupported_json_features)