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
48545728
Unverified
Commit
48545728
authored
May 13, 2025
by
Calvin Chen
Committed by
GitHub
May 12, 2025
Browse files
cleanup invalid prints (#18050)
Signed-off-by:
calvin chen
<
120380290@qq.com
>
parent
dc1a8217
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/worker/hpu_model_runner.py
vllm/worker/hpu_model_runner.py
+0
-2
No files found.
vllm/worker/hpu_model_runner.py
View file @
48545728
...
...
@@ -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
)
...
...
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