Skip to content

Commit

Permalink
WA for forward recomp in 3rd step
Browse files Browse the repository at this point in the history
  • Loading branch information
mfylcek committed Feb 11, 2025
1 parent 99ba0bf commit bf17f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/worker/hpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ def warmup_scenario(self,
seqs = [
self.create_dummy_seq_group_metadata(
i,
b * self.block_size - 1,
b * self.block_size - 2,
is_prompt,
lora_request=dummy_lora_requests_per_seq[i]
if dummy_lora_requests_per_seq else None,
Expand All @@ -1582,7 +1582,7 @@ def warmup_scenario(self,
self.execute_model(inputs,
kv_caches,
warmup_mode=True,
num_steps=2,
num_steps=3,
seqs=seqs)
inputs = dataclasses.replace(inputs,
is_first_multi_step=False,
Expand Down

0 comments on commit bf17f2c

Please sign in to comment.