Skip to content

Commit 4f28717

Browse files
committed
remove debug log
Signed-off-by: cascade812 <cascade812@outlook.com>
1 parent 031c46d commit 4f28717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,6 @@ def execute_model(
11991199

12001200
if not get_pp_group().is_last_rank:
12011201
# For mid-pipeline stages, return the hidden states.
1202-
# print(f"cascade pp is not last rank, return hidden states")
12031202
return hidden_states
12041203

12051204
sample_hidden_states = hidden_states[logits_indices]

0 commit comments

Comments
 (0)