llama.cpp/examples/model-conversion/scripts
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
..
causal model-conversion : make printing of config values optional (#19681) 2026-02-17 10:46:53 +01:00
embedding model-conversion : add BUILD_DIR variable to run-converted-model scripts (#18927) 2026-01-19 13:12:38 +01:00
utils model-conversion : add tensor-info.py utility (#18954) 2026-02-04 10:40:53 +01:00