Running LLaVA Without Images: #839
Unanswered
chancharikmitra
asked this question in
Q&A
Replies: 1 comment
-
It seems making
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I am curious to run LLaVA without images. I know this is certainly possible and was about to create my own mask for
model.generate
, but given that LLaVA handles inputs in its own way, I thought I would check if there was a more integrated solution. So for example, in the the following line frommodel_vqa_loader.py
, I would like to generate a response without the image:It seems based on the architecture in
llava_arch.py
: simply passingNone
for the image is enough. Just wanted to check in case anyone has tried this themselves:Beta Was this translation helpful? Give feedback.
All reactions