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
2c58742d
Unverified
Commit
2c58742d
authored
Sep 23, 2025
by
Michael Goin
Committed by
GitHub
Sep 23, 2025
Browse files
[UX] Change kv-cache-memory log level to debug (#25479)
Signed-off-by:
Michael Goin
<
mgoin64@gmail.com
>
parent
4c966e44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/gpu_worker.py
vllm/v1/worker/gpu_worker.py
+1
-1
No files found.
vllm/v1/worker/gpu_worker.py
View file @
2c58742d
...
...
@@ -389,7 +389,7 @@ class Worker(WorkerBase):
f
"utilize gpu memory. Current kv cache memory in use is "
f
"
{
int
(
self
.
available_kv_cache_memory_bytes
)
}
bytes."
)
logger
.
info
(
msg
)
logger
.
debug
(
msg
)
# Warm up sampler and preallocate memory buffer for logits and other
# sampling related tensors of max possible shape to avoid memory
...
...
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