llama.cpp/examples/model-conversion/scripts/causal
Daniel Bevenius 0a271d82b4
model-conversion : add verbose flag in run-org-model.py (#18194)
This commit adds a --verbose flag to the run-org-model.py script to
enable or disable detailed debug output, such as input and output
tensors for each layer. Debug utilities (summarize, debug_hook,
setup_rope_debug) have been moved to utils/common.py.

The motivation for this is that the detailed debug output can be useful
for diagnosing issues with model conversion or execution, but it can
also produce a large amount of output that may not always be needed.

The script will also be further cleaned/refactored in follow-up commits.
2025-12-19 08:43:16 +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 : use CONVERTED_MODEL value for converted model [no ci] (#17984) 2025-12-13 08:34:26 +01: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 : remove -fa option in model card template [no ci] (#18088) 2025-12-16 13:25:09 +01: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 : Qwen3 Next (#16095) 2025-11-28 12:02:56 +01:00
run-org-model.py model-conversion : add verbose flag in run-org-model.py (#18194) 2025-12-19 08:43:16 +01:00