Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 committed Oct 22, 2024
1 parent 0aefb1b commit c8b41c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/model_executor/models/phi3v.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ def input_processor_for_phi3v(ctx: InputContext,

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

print("prompt_token_ids (old)", prompt_token_ids)

# masked placeholder with image token id
for idx in image_idx:
candidates = _get_image_placeholder_token_id_candidates(model_config,
Expand Down

0 comments on commit c8b41c3

Please sign in to comment.