]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add --model-name to conversion scripts (#26665)
authorDaniel Bevenius <redacted>
Thu, 6 Aug 2026 07:38:06 +0000 (09:38 +0200)
committerGitHub <redacted>
Thu, 6 Aug 2026 07:38:06 +0000 (09:38 +0200)
commit9de0fcf2b3e587a43f293d9a2b6ec0a32991f768
tree33e5ba112b6d06ee9c1e9a8a058ba886c1587bfc
parent803b7fcae893e9caaee3921779628fef83ac0965
model-conversion : add --model-name to conversion scripts (#26665)

This commit adds the --model-name flag to the causual and embedding
model conversion scripts.

The motivation for this is that this is the name used for the metadata
field general.name and it can be useful to specify this explicitely if
the default (the basename of the model path) is not what we want.
examples/model-conversion/scripts/causal/convert-model.sh
examples/model-conversion/scripts/embedding/convert-model.sh