LLava Server
#5589
Replies: 1 comment
-
You can add an image_data field in the payload and refer it in the prompt via image id. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have deployed a llava v1.5 server using the following command:
./server -c 4096 -ngl 100 -m ../ggml-model-q4_k.gguf --host ux-nic-8 --port 8013 --mmproj ../mmproj-model-f16.gguf
I am now trying to make an API call, like i normally do with other LLMs but I am having trouble formatting the prompt since it is a combination of image and text.
I have searched about this, but no luck. Is there anybody that can help me understand how to format both the image and the text in the prompt to feed it to the llm as following?
Beta Was this translation helpful? Give feedback.
All reactions