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
5cdd6645
Unverified
Commit
5cdd6645
authored
Dec 02, 2025
by
Lucas Wilkinson
Committed by
GitHub
Dec 02, 2025
Browse files
[BugFix] Fix assert in `build_for_cudagraph_capture` (#29893)
Signed-off-by:
Lucas Wilkinson
<
lwilkins@redhat.com
>
parent
5f67361f
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_model_runner.py
vllm/v1/worker/gpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/gpu_model_runner.py
View file @
5cdd6645
...
@@ -4000,7 +4000,7 @@ class GPUModelRunner(
...
@@ -4000,7 +4000,7 @@ class GPUModelRunner(
num_reqs
=
num_reqs_padded
,
num_reqs
=
num_reqs_padded
,
max_query_len
=
max_query_len
,
max_query_len
=
max_query_len
,
ubatch_slices
=
ubatch_slices
,
ubatch_slices
=
ubatch_slices
,
for_cudagraph_capture
=
True
,
for_cudagraph_capture
=
is_graph_capturing
,
)
)
with
self
.
maybe_dummy_run_with_lora
(
with
self
.
maybe_dummy_run_with_lora
(
...
...
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