could'nt llama.cpp can decode with multi embeding data? #4357
Unanswered
bleedingfight
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(llava to get description of images),I have some pictures and would like to receive descriptive text about the content of the images.If there is only one image, then llava can complete this function very well。I can load image as embedding data and use llama_decode for it.but now I have some images.so I want to embedding these images with batch,and decode it only once.I had modified some of the code for multi images embedding(image_filenames->clip_image_f32_batch),I want to know if llama_decode can dproduce decoding。thanks for your replay。
Beta Was this translation helpful? Give feedback.
All reactions