We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aefb1b commit c8b41c3Copy full SHA for c8b41c3
vllm/model_executor/models/phi3v.py
@@ -467,8 +467,6 @@ def input_processor_for_phi3v(ctx: InputContext,
467
468
prompt_token_ids = inputs["prompt_token_ids"].copy()
469
470
- print("prompt_token_ids (old)", prompt_token_ids)
471
-
472
# masked placeholder with image token id
473
for idx in image_idx:
474
candidates = _get_image_placeholder_token_id_candidates(model_config,
0 commit comments