llama.cpp/examples/model-conversion/scripts/causal
Daniel Bevenius 667b694278
model-conversion : make printing of config values optional (#19681)
* model-conversion : make printing of config values optional

This commit updates run-org-model.py to make the printing of model
configuration values optional.

The motivation for this change is that not all models have these
configuration values defined and those that do not will error when
running this script. With these changes we only print the values if they
exist or a default value.

We could optionally just remove them but it can be useful to see these
values when running the original model.
2026-02-17 10:46:53 +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 : add warn about transformers mismatch (#18691) 2026-01-08 09:29:53 +01:00
convert-model.sh model-conversion : add debug option to conversion script (#19265) 2026-02-02 11:29:57 +01:00
modelcard.template model-conversion : remove -c 0 from model card template [no ci] (#18807) 2026-01-13 14:13:10 +01:00
run-casual-gen-embeddings-org.py examples : add debug utility/example (#18464) 2026-01-07 10:42:19 +01:00
run-converted-model-embeddings-logits.sh model-conversion : add BUILD_DIR variable to run-converted-model scripts (#18927) 2026-01-19 13:12:38 +01:00
run-converted-model.sh model-conversion : add BUILD_DIR variable to run-converted-model scripts (#18927) 2026-01-19 13:12:38 +01:00
run-org-model.py model-conversion : make printing of config values optional (#19681) 2026-02-17 10:46:53 +01:00