Skip to content

Commit 4854572

Browse files
authored
cleanup invalid prints (#18050)
Signed-off-by: calvin chen <120380290@qq.com>
1 parent dc1a821 commit 4854572

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/worker/hpu_model_runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,10 +1554,8 @@ def warmup_model(self, kv_caches: List[torch.Tensor]) -> None:
15541554
'Please update Gaudi Software Suite.')
15551555
with compile_only_mode_context(
15561556
) if can_use_compile_only_mode else contextlib.nullcontext():
1557-
print("aa")
15581557
self.warmup_all_buckets(self.bucketing_ctx.prompt_buckets, True,
15591558
kv_caches)
1560-
print("bb")
15611559
self.warmup_all_buckets(self.bucketing_ctx.decode_buckets, False,
15621560
kv_caches)
15631561

0 commit comments

Comments
 (0)