]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add debug option to conversion script (#19265)
authorDaniel Bevenius <redacted>
Mon, 2 Feb 2026 10:29:57 +0000 (11:29 +0100)
committerGitHub <redacted>
Mon, 2 Feb 2026 10:29:57 +0000 (11:29 +0100)
commit6156ae51114337ffb6bb46cb65f99227b255089f
treecfc5a421f5b0c7c4d7ee61d217d7af58e7d8e379
parent59377a6c870be95e4c71715933e4e9ada71b8356
model-conversion : add debug option to conversion script (#19265)

This commit adds a debug option to the model conversion script to enable
using the Python debugger (pdb) during model conversion.

The motivation for this is that I've found myself adding this a few
times now and it would be quicker to have this flag as an option and a
makefile target/recipe for it.
examples/model-conversion/Makefile
examples/model-conversion/scripts/causal/convert-model.sh