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
ab5666eb
Unverified
Commit
ab5666eb
authored
Apr 21, 2026
by
Matthew Bonanni
Committed by
GitHub
Apr 21, 2026
Browse files
[UX] Bump version in CG memory profiling log message (#40465)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
f819265a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/worker/gpu_worker.py
vllm/v1/worker/gpu_worker.py
+2
-2
No files found.
vllm/v1/worker/gpu_worker.py
View file @
ab5666eb
...
@@ -456,7 +456,7 @@ class Worker(WorkerBase):
...
@@ -456,7 +456,7 @@ class Worker(WorkerBase):
logger
.
info
(
logger
.
info
(
"CUDA graph memory profiling is enabled "
"CUDA graph memory profiling is enabled "
"(VLLM_MEMORY_PROFILER_ESTIMATE_CUDAGRAPHS=1). "
"(VLLM_MEMORY_PROFILER_ESTIMATE_CUDAGRAPHS=1). "
"This will become the default in v0.1
9
. "
"This will become the default in v0.
2
1. "
"The current --gpu-memory-utilization=%.4f is equivalent "
"The current --gpu-memory-utilization=%.4f is equivalent "
"to --gpu-memory-utilization=%.4f without CUDA graph "
"to --gpu-memory-utilization=%.4f without CUDA graph "
"memory profiling. To maintain the same effective KV "
"memory profiling. To maintain the same effective KV "
...
@@ -472,7 +472,7 @@ class Worker(WorkerBase):
...
@@ -472,7 +472,7 @@ class Worker(WorkerBase):
1.0
,
1.0
,
)
)
logger
.
info
(
logger
.
info
(
"In v0.1
9
, CUDA graph memory profiling will be enabled "
"In v0.
2
1, CUDA graph memory profiling will be enabled "
"by default (VLLM_MEMORY_PROFILER_ESTIMATE_CUDAGRAPHS=1), "
"by default (VLLM_MEMORY_PROFILER_ESTIMATE_CUDAGRAPHS=1), "
"which more accurately accounts for CUDA graph memory "
"which more accurately accounts for CUDA graph memory "
"during KV cache allocation. To try it now, set "
"during KV cache allocation. To try it now, set "
...
...
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