mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-06 07:12:19 +08:00
[Chore] remove structural tags logging lines (#27451)
This commit is contained in:
parent
c528b9006a
commit
d4c574c39f
@ -103,7 +103,6 @@ class XgrammarBackend(StructuredOutputBackend):
|
|||||||
]
|
]
|
||||||
ctx = self.compiler.compile_structural_tag(tags, s_tag["triggers"])
|
ctx = self.compiler.compile_structural_tag(tags, s_tag["triggers"])
|
||||||
else:
|
else:
|
||||||
logger.info("Compiling structural tag grammar_spec: %s", grammar_spec)
|
|
||||||
ctx = self.compiler.compile_structural_tag(grammar_spec)
|
ctx = self.compiler.compile_structural_tag(grammar_spec)
|
||||||
else:
|
else:
|
||||||
logger.error(
|
logger.error(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user