Can I use multi-image input?

#2
by juhonov - opened

Is there an example of putting multi-image inputs into a list?
Thank you.

Llava Hugging Face org

Yes, there will be examples. PR is currently in https://github.com/huggingface/transformers/pull/32673 and I'll make a working version with docs today-tomorrow

If you want to use with the current state, please install from the PR branch and feed images as a list to make it multi-image:
processor("any text with two images", images=[image, image], return_tensors+"pt")

Sign up or log in to comment