mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 12:25:41 +08:00
cleanup invalid prints (#18050)
Signed-off-by: calvin chen <120380290@qq.com>
This commit is contained in:
parent
dc1a821768
commit
48545728d8
@ -1554,10 +1554,8 @@ class HPUModelRunnerBase(ModelRunnerBase[TModelInputForHPU]):
|
||||
'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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user