How to use --mmproj #22190
Unanswered
SoftologyPro
asked this question in
Q&A
How to use --mmproj
#22190
Replies: 4 comments 4 replies
|
Try FP16 if your GPU does not support BF16. |
0 replies
|
OK, I downloaded and tried the F16 version, ie
and it gives this error Error when using the BF16 version Without the --mmproj argument llama.cpp loads any other model and starts fine. |
1 reply
|
OK, that works with gemma4. So do I need to have a specific mmproj gguf matching each model I use? |
1 reply
|
OK, thank you for the explanations. |
2 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.
What model do I need to use for --mmproj so the ability to add images works?
I downloaded this one
https://huggingface.co/unsloth/InternVL3-2B-GGUF/resolve/main/mmproj-BF16.gguf
did seem to load when I passed the gguf to --mmproj, but the image option is still disabled with the label "Image processing requires a vision model"
I tried that mmproj model with gemma3, gemma4, gpt-oss and qwen3.6 and they all do not allow images.
Which vision model is needed to enable the + image option? Can someone point me to a gguf URL that works? Uncensored if possible.
Thanks.
All reactions