]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : make printing of config values optional (#19681)
authorDaniel Bevenius <redacted>
Tue, 17 Feb 2026 09:46:53 +0000 (10:46 +0100)
committerGitHub <redacted>
Tue, 17 Feb 2026 09:46:53 +0000 (10:46 +0100)
commit667b694278e98a26974a50a3d809274ddd28f092
treea0ebc5160f7f0138620e3cbbd97fcd40a93e8694
parente48349a49d55a02785ebf55c5531131c6d90d453
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.
examples/model-conversion/scripts/causal/run-org-model.py