]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: Don't consider models with --no-mmproj-auto as multimodal (#25590)
authorSebastian Dröge <redacted>
Sun, 12 Jul 2026 22:48:13 +0000 (01:48 +0300)
committerGitHub <redacted>
Sun, 12 Jul 2026 22:48:13 +0000 (00:48 +0200)
commit8014d2cf97a2419ca00d9d902be73ee411d61630
tree136fb4584cdea7417724981d8d3861c9612ace1e
parent4114ba18b208c2e9c1689a8316d410e649309dbc
server: Don't consider models with --no-mmproj-auto as multimodal (#25590)

If mmproj is explicitly disabled via the model preset or command-line
parameters then the model won't be able to handle image/audio inputs and
this shouldn't be declared as supported input modality on the /v1/models
endpoint.
tools/server/server-models.cpp