llama.cpp/examples/model-conversion/scripts
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
..
causal model-conversion : add verbose flag in run-org-model.py (#18194) 2025-12-19 08:43:16 +01:00
embedding model-conversion : use CONVERTED_EMBEDDING_MODEL for embedding_verify_logits (#18079) 2025-12-16 11:17:20 +01:00
utils model-conversion : add verbose flag in run-org-model.py (#18194) 2025-12-19 08:43:16 +01:00