]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add causal-convert-mmproj target [no ci] (#22969)
authorDaniel Bevenius <redacted>
Tue, 12 May 2026 13:15:40 +0000 (15:15 +0200)
committerGitHub <redacted>
Tue, 12 May 2026 13:15:40 +0000 (15:15 +0200)
commit89730c8d264c743a51035fcfdc5f63ca0599492e
tree3ff8218e38e7382164b34a65210625cabcbd893e
parentfde69a3607ff48b20bbb73e9a0059d5a142a5cf1
model-conversion : add causal-convert-mmproj target [no ci] (#22969)

* model-conversion : add causal-convert-mmproj target [no ci]

This commit adds a new Make target that only converts the mmproj model.

The motivation for this that the causal-convert-mm-model target will
convert both the test model and the mmproj model which is nice when the
model model conversion is finalized. But during development it is nice
to be able to just convert the mmproj model and not have to wait for
the often more time consuming text model conversion.

* add path model path validation check
examples/model-conversion/Makefile