llama.cpp/examples/model-conversion/scripts/embedding
Daniel Bevenius db81d5ec4b
model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079)
This commit updates the embedding model verification script to use the
CONVERTED_EMBEDDING_MODEL environment variable instead of using the
EMBEDDING_MODEL_PATH (the original embedding model path) as the basis
for the converted model file name.

The motivation for this that currently if the converted embedding model
file name differs from the original embedding model directory/name the
verification script will look for the wrong .bin files that were
generating when running the models.
2025-12-16 11:17:20 +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 : add support for SentenceTransformers (#16387) 2025-10-09 14:35:22 +02:00
run-original-model.py model-conversion : add support for SentenceTransformers (#16387) 2025-10-09 14:35:22 +02:00