llama.cpp/examples/model-conversion/scripts/causal
Daniel Bevenius a864fb1c14
model-conversion : use CONVERTED_MODEL for compare-embeddings (#18461)
This commit updates the causal model verification script to use the
CONVERTED_MODEL environment variable instead of using the MODEL_PATH
(the original model path) as the basis for the converted model file
name.

The motivation for this that currently if the converted model file name
differs from the original model directory/name the verification script
will look for the wrong .bin file that was generating when running
the converted model.

This similar to the change made for the embeddings models script in
Commit db81d5ec4b ("model-conversion :
use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079)"),
but we also verify the embeddings of for causal models as well.
2025-12-30 10:13:12 +01:00
..
compare-embeddings-logits.sh model-conversion : use CONVERTED_MODEL for compare-embeddings (#18461) 2025-12-30 10:13:12 +01:00
compare-logits.py model-conversion : use CONVERTED_MODEL value for converted model [no ci] (#17984) 2025-12-13 08:34:26 +01:00
convert-model.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
modelcard.template model-conversion : remove -fa option in model card template [no ci] (#18088) 2025-12-16 13:25:09 +01:00
run-casual-gen-embeddings-org.py model-conversion : fix pyright errors (#15770) 2025-09-03 18:28:36 +02:00
run-converted-model-embeddings-logits.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
run-converted-model.sh model : Qwen3 Next (#16095) 2025-11-28 12:02:56 +01:00
run-org-model.py model-conversion : add device option to run-org-model.py (#18318) 2025-12-23 14:07:25 +01:00