Skip to content

Commit

Permalink
update the description
Browse files Browse the repository at this point in the history
Signed-off-by: B-201 <[email protected]>
  • Loading branch information
B-201 committed Dec 11, 2024
1 parent 9e07a61 commit 70d3261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/model_executor/models/idefics3.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ class Idefics3ImagePixelInputs(TypedDict):
type: Literal["pixel_values"]
data: torch.Tensor
"""
Shape: `(batch_size * num_images, num_channels, height, width)`
Shape: `(batch_size * num_images * num_patches,
num_channels, height, width)`
"""
pixel_attention_mask: Optional[torch.BoolTensor]

Expand Down

0 comments on commit 70d3261

Please sign in to comment.