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
13cc7f53
Unverified
Commit
13cc7f53
authored
Sep 25, 2025
by
Lucas Wilkinson
Committed by
GitHub
Sep 25, 2025
Browse files
[BugFix] Fix DBO hang (#25625)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
916bd920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/v1/worker/gpu_ubatch_wrapper.py
vllm/v1/worker/gpu_ubatch_wrapper.py
+2
-1
No files found.
vllm/v1/worker/gpu_ubatch_wrapper.py
View file @
13cc7f53
...
...
@@ -366,7 +366,8 @@ class UBatchWrapper:
cudagraph_runtime_mode
=
CUDAGraphMode
.
NONE
)
with
self
.
sm_control
:
return
self
.
_capture_ubatches
(
ubatch_metadata
,
self
.
model
)
elif
num_tokens
in
self
.
cudagraphs
:
elif
num_tokens
in
self
.
cudagraphs
\
and
cudagraph_runtime_mode
is
CUDAGraphMode
.
FULL
:
cudagraph_metadata
=
self
.
cudagraphs
[
num_tokens
]
cudagraph_metadata
.
cudagraph
.
replay
()
return
cudagraph_metadata
.
outputs
...
...
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