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
08e8e99c
Unverified
Commit
08e8e99c
authored
Jan 12, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Jan 12, 2026
Browse files
[Misc] Change log level for batch queue log (#32192)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
2be765b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/engine/core.py
vllm/v1/engine/core.py
+1
-1
No files found.
vllm/v1/engine/core.py
View file @
08e8e99c
...
...
@@ -183,7 +183,7 @@ class EngineCore:
deque
[
tuple
[
Future
[
ModelRunnerOutput
],
SchedulerOutput
,
Future
[
Any
]]]
|
None
)
=
None
if
self
.
batch_queue_size
>
1
:
logger
.
info
(
"Batch queue is enabled with size %d"
,
self
.
batch_queue_size
)
logger
.
debug
(
"Batch queue is enabled with size %d"
,
self
.
batch_queue_size
)
self
.
batch_queue
=
deque
(
maxlen
=
self
.
batch_queue_size
)
self
.
is_ec_producer
=
(
...
...
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