llama.cpp/examples/model-conversion/scripts
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
..
causal model-conversion : cast logits to float32 (#18009) 2025-12-14 08:58:13 +02:00
embedding model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079) 2025-12-16 11:17:20 +01:00
utils model-conversion : use CONVERTED_MODEL value for converted model [no ci] (#17984) 2025-12-13 08:34:26 +01:00