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
0307428d
Unverified
Commit
0307428d
authored
Sep 28, 2025
by
Michael Goin
Committed by
GitHub
Sep 28, 2025
Browse files
Remove redundant cudagraph dispatcher warning (#25841)
parent
471997ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/v1/cudagraph_dispatcher.py
vllm/v1/cudagraph_dispatcher.py
+0
-5
No files found.
vllm/v1/cudagraph_dispatcher.py
View file @
0307428d
...
...
@@ -4,9 +4,6 @@ from typing import Optional
from
vllm.config
import
CUDAGraphMode
,
VllmConfig
from
vllm.forward_context
import
BatchDescriptor
from
vllm.logger
import
init_logger
logger
=
init_logger
(
__name__
)
class
CudagraphDispatcher
:
...
...
@@ -102,8 +99,6 @@ class CudagraphDispatcher:
"""
# if not initialized, just skip dispatching.
if
not
self
.
keys_initialized
:
logger
.
warning_once
(
"cudagraph dispatching keys are not "
"initialized. No cudagraph will be used."
)
return
CUDAGraphMode
.
NONE
,
None
non_uniform_key
=
batch_descriptor
.
non_uniform
...
...
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