vision model returning inaccurate results.

#4
by dineshr93 - opened

UD-IQ2_M + mmproj-BF16
command:

LD_LIBRARY_PATH="~/llamacpps/inkling/build-vulkan/bin" \
~/llamacpps/inkling/build-vulkan/bin/llama-server \
  -m ~/models/Inkling-Small-GGUF/Inkling-Small-UD-IQ2_M-00001-of-00003.gguf \
  -a Inkling-Small-UD-IQ2_M-00001-of-00003 \
  -mm ~/models/Inkling-Small-GGUF/mmproj-BF16.gguf --image-min-tokens 1024 \
  --host 0.0.0.0 \
  --port 8888 \
  -c 32144 --jinja -ngl 999 \
  --load-mode none -fa on \
  -b 2048 -ub 1024 -t 16 -np 1 --temp 1.0  --top-p 1.0  --min-p 0.0 \
  --presence-penalty 0 --repeat-penalty 1.0 --chat-template-kwargs '{"reasoning_effort":"none"}'

rompt:
P list the meds in the image

result: inaccurate!!
image

Qwen-3.8-27B was able to identify accurately where inkling suffered alot

Sign up or log in to comment