llama.cpp
db81d5ec - model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079)

Commit
59 days ago
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.
Author
Parents
Loading