Skip to content

Commit

Permalink
Update vllm/model_executor/models/qwen2_vl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored Oct 23, 2024
1 parent da236a0 commit b47a739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/model_executor/models/qwen2_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ def _expand_pad_tokens(inputs: list, token_id: int, make_batched_fn: Callable,
data_type_key (str): The type of the multi-modal input.
image_processor (Any): The image processor used to process the inputs.
prompt_token_ids (List[int]): The list of token IDs in the prompt.
min_pixels int: min pixels to used for img processing
max_pixels int: max pixels to be used for img processing
min_pixels (int): min pixels to used for img processing
max_pixels (int): max pixels to be used for img processing
Returns:
List[int]: The list of token IDs for the multi-modal inputs.
Expand Down

0 comments on commit b47a739

Please sign in to comment.