Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions vllm/worker/hpu_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1554,10 +1554,8 @@ def warmup_model(self, kv_caches: List[torch.Tensor]) -> None:
'Please update Gaudi Software Suite.')
with compile_only_mode_context(
) if can_use_compile_only_mode else contextlib.nullcontext():
print("aa")
self.warmup_all_buckets(self.bucketing_ctx.prompt_buckets, True,
kv_caches)
print("bb")
self.warmup_all_buckets(self.bucketing_ctx.decode_buckets, False,
kv_caches)

Expand Down