]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079)
authorDaniel Bevenius <redacted>
Tue, 16 Dec 2025 10:17:20 +0000 (11:17 +0100)
committerGitHub <redacted>
Tue, 16 Dec 2025 10:17:20 +0000 (11:17 +0100)
commitdb81d5ec4b0a9cb19e98c4533731c9554eb025db
tree83298d0099b217dc372fe6045122ffe5fcf95155
parentc05aa69f32ee87b2019a1b39979d89302c2d6b7b
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.
examples/model-conversion/scripts/embedding/compare-embeddings-logits.sh