llama.cpp/examples/model-conversion/scripts/embedding
Daniel Bevenius df7fb92170
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.
2026-01-08 09:29:15 +01:00
..
compare-embeddings-logits.sh model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079) 2025-12-16 11:17:20 +01:00
convert-model.sh model-conversion : add support for SentenceTransformers (#16387) 2025-10-09 14:35:22 +02:00
modelcard.template model-conversion : add --embeddings flag to modelcard.template [no ci] (#15801) 2025-09-05 04:36:23 +02:00
run-converted-model.sh model-conversion : remove -st targets for converted model (#18689) 2026-01-08 09:29:15 +01:00
run-original-model.py examples : add debug utility/example (#18464) 2026-01-07 10:42:19 +01:00