llama.cpp/examples/model-conversion/scripts/causal
Daniel Bevenius ed8aa63320
model-conversion : pass config to from_pretrained (#16963)
This commit modifies the script `run-org-model.py` to ensure that the
model configuration is explicitly passed to the `from_pretrained` method
when loading the model. It also removes a duplicate configuration
loading which was a mistake.

The motivation for this change is that enables the config object to be
modified and then passed to the model loading function, which can be
useful when testing new models.
2025-11-03 18:01:59 +01:00
..
compare-embeddings-logits.sh model-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
compare-logits.py model-conversion : make causal-verify-logits fails with model names containing "." (#16215) 2025-09-24 10:25:26 +02: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 : add model card template for embeddings [no ci] (#15557) 2025-08-25 14:25:25 +02: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-conversion : remove hardcoded /bin/bash shebangs [no ci] (#15765) 2025-09-03 12:50:47 +02:00
run-org-model.py model-conversion : pass config to from_pretrained (#16963) 2025-11-03 18:01:59 +01:00