Skip to content

Commit 3a5fa1a

Browse files
committed
Revert "[BugFix] Fix assert in build_for_cudagraph_capture (vllm-project#29893)"
This reverts commit 5cdd664.
1 parent 14f2ab3 commit 3a5fa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4003,7 +4003,7 @@ def _dummy_run(
40034003
num_reqs=num_reqs_padded,
40044004
max_query_len=max_query_len,
40054005
ubatch_slices=ubatch_slices,
4006-
for_cudagraph_capture=is_graph_capturing,
4006+
for_cudagraph_capture=True,
40074007
)
40084008

40094009
with self.maybe_dummy_run_with_lora(

0 commit comments

Comments
 (0)