Skip to content

Commit

Permalink
fix split image
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Nov 19, 2024
1 parent 69e0f0d commit 9d2850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria/vllm/aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ def input_processor(ctx, llm_inputs):
prompt_token_ids=new_token_ids,
prompt=new_prompt,
multi_modal_data=multi_modal_data,
multi_modal_placeholders={"image": ranges},
# multi_modal_placeholders={"image": ranges},
)


Expand Down

0 comments on commit 9d2850f

Please sign in to comment.