Skip to content

Commit c8b41c3

Browse files
committed
Remove print statement
1 parent 0aefb1b commit c8b41c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/model_executor/models/phi3v.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,6 @@ def input_processor_for_phi3v(ctx: InputContext,
467467

468468
prompt_token_ids = inputs["prompt_token_ids"].copy()
469469

470-
print("prompt_token_ids (old)", prompt_token_ids)
471-
472470
# masked placeholder with image token id
473471
for idx in image_idx:
474472
candidates = _get_image_placeholder_token_id_candidates(model_config,

0 commit comments

Comments
 (0)