Can I add multiple images within a single prompt?

#91
by Roner1 - opened

Can I add multiple images within a single prompt? I know that in syntax it might be possible but does the model support it?

vLLM appears to have added support for multiple images with Llama 3.2 here: https://github.com/vllm-project/vllm/pull/9095 (v0.6.3.post1 and later)

The official answer from Meta, however, is that this model doesn't work well with more than one image: https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct/discussions/43#66f98f742094ed9e5f5107d4

Based on those sources and some experimentation, it appears that the answer is: yes, it can support multiple images, but the response quality will suffer, and you should really only use one image with this model.

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment