Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d4c574c3
Unverified
Commit
d4c574c3
authored
Oct 24, 2025
by
Aaron Pham
Committed by
GitHub
Oct 24, 2025
Browse files
[Chore] remove structural tags logging lines (#27451)
parent
c528b900
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/structured_output/backend_xgrammar.py
vllm/v1/structured_output/backend_xgrammar.py
+0
-1
No files found.
vllm/v1/structured_output/backend_xgrammar.py
View file @
d4c574c3
...
...
@@ -103,7 +103,6 @@ class XgrammarBackend(StructuredOutputBackend):
]
ctx
=
self
.
compiler
.
compile_structural_tag
(
tags
,
s_tag
[
"triggers"
])
else
:
logger
.
info
(
"Compiling structural tag grammar_spec: %s"
,
grammar_spec
)
ctx
=
self
.
compiler
.
compile_structural_tag
(
grammar_spec
)
else
:
logger
.
error
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment