Skip to content

Update processing_pixtral.py#34451

Open
TejMisa wants to merge 1 commit intohuggingface:mainfrom
TejMisa:main
Open

Update processing_pixtral.py#34451
TejMisa wants to merge 1 commit intohuggingface:mainfrom
TejMisa:main

Conversation

@TejMisa
Copy link

@TejMisa TejMisa commented Oct 27, 2024

instead of aggregating all of the images into a length 1 list of lists like this [[img1,img2,...]], we are taking each image as list into the list like this [[img1],[img2],[img3]...] so it doesn't mess with the zip iteration

Copy link
Collaborator

@ArthurZucker ArthurZucker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, this fixes #34486 ? Could you add a small test as to what this fixes? 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants