-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
Description
Name and Version
$ llama-server --version
version: 6139 (f4586ee)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
Operating systems
Linux
GGML backends
Vulkan
Hardware
NVIDIA RTX 3060
Models
ggml-org/gemma-3-270m-it-GGUF
Problem description & steps to reproduce
Run server:
llama-server -hf ggml-org/gemma-3-270m-it-GGUF --api-key dummy
Query it:
llm -m llama-server-vision 'describe this image' -a https://static.simonwillison.net/static/2025/pelican-group.jpg
First Bad Commit
Potentially #15319
Relevant log output
main: server is listening on http://127.0.0.1:8080 - starting the main loop
srv update_slots: all slots are idle
got exception: {"code":500,"message":"image input is not supported - hint: if this is unexpected, you may need to provide the mmproj","type":"server_error"}
srv log_server_r: request: POST /v1/chat/completions 127.0.0.1 500
got exception: {"code":500,"message":"image input is not supported - hint: if this is unexpected, you may need to provide the mmproj","type":"server_error"}
srv log_server_r: request: POST /v1/chat/completions 127.0.0.1 500
got exception: {"code":500,"message":"image input is not supported - hint: if this is unexpected, you may need to provide the mmproj","type":"server_error"}
srv log_server_r: request: POST /v1/chat/completions 127.0.0.1 500