]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : remove -st targets for converted model (#18689)
authorDaniel Bevenius <redacted>
Thu, 8 Jan 2026 08:29:15 +0000 (09:29 +0100)
committerGitHub <redacted>
Thu, 8 Jan 2026 08:29:15 +0000 (09:29 +0100)
commitdf7fb92170f1c6ed08bf0943d6d8bf1191543a95
treed17c427e39402222a151126242ca6f8222320456
parent2038101bd9b1dcf45b5410b969fbc5206e25d993
model-conversion : remove -st targets for converted model (#18689)

This commit removes the '-st` make target for running the converted
embedding model.

The motivation for this is that the pooling type is now part of the
.gguf metdata of the model and this is used by llama-debug when running
the model. So there is no need to specify the pooling type separately
any more.

The commit also adds an option to specify the type of normalization
applied to the output embeddings when running the converted model.

And the readme documentation has been  updated to reflect these changes.
examples/model-conversion/Makefile
examples/model-conversion/README.md
examples/model-conversion/scripts/embedding/run-converted-model.sh