]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : fix mmproj output file name [no ci] (#22274)
authorDaniel Bevenius <redacted>
Thu, 23 Apr 2026 13:07:38 +0000 (15:07 +0200)
committerGitHub <redacted>
Thu, 23 Apr 2026 13:07:38 +0000 (15:07 +0200)
commit9012c50fc846bcbca12f97b7bcaeb8e68be8fc19
tree607e49ebb0bc2c224163dcc2db36e8a4f66957c9
parent0dd7f915fd072fa3779a5d94436cdbec5c74cf22
model-conversion : fix mmproj output file name [no ci] (#22274)

* model-conversion : fix mmproj output file name [no ci]

This commit updates the convert-model.sh script to properly handle
mmproj output files.

The motivation for this that currently the same name as the original
model is used as the mmproj file, which causes the original model to
be overwritten and no mmproj-<model_name>.gguf to be created.

* model-conversion : use MODEL_NAME [no ci]
examples/model-conversion/scripts/causal/convert-model.sh