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
8ccbcda5
Unverified
Commit
8ccbcda5
authored
Mar 11, 2026
by
Woosuk Kwon
Committed by
GitHub
Mar 11, 2026
Browse files
[Model Runner V2] Remove unused warmup_for_prefill method (#36762)
Signed-off-by:
Woosuk Kwon
<
woosuk@inferact.ai
>
parent
a9e532af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
vllm/v1/worker/gpu/model_runner.py
vllm/v1/worker/gpu/model_runner.py
+0
-7
No files found.
vllm/v1/worker/gpu/model_runner.py
View file @
8ccbcda5
...
...
@@ -532,13 +532,6 @@ class GPUModelRunner(LoRAModelRunnerMixin):
)
return
cuda_graph_size
def
warmup_for_prefill
(
self
)
->
None
:
# For FlashInfer, we would like to execute a dummy prefill run
# to trigger JIT compilation.
if
all
(
"FLASHINFER"
in
b
.
get_name
()
for
b
in
self
.
attn_backends
.
values
()):
self
.
_dummy_run
(
self
.
max_num_tokens
,
skip_attn
=
False
)
torch
.
accelerator
.
synchronize
()
def
finish_requests
(
self
,
scheduler_output
:
SchedulerOutput
)
->
None
:
finished_req_ids
=
scheduler_output
.
finished_req_ids
preempted_req_ids
=
scheduler_output
.
preempted_req_ids
...
...
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