Skip to content

model-conversion : add verbose flag in run-org-model.py#18194

Merged
danbev merged 1 commit intoggml-org:masterfrom
danbev:model-conversion-run-org-verbose-flag
Dec 19, 2025
Merged

model-conversion : add verbose flag in run-org-model.py#18194
danbev merged 1 commit intoggml-org:masterfrom
danbev:model-conversion-run-org-verbose-flag

Conversation

@danbev
Copy link
Copy Markdown
Member

@danbev danbev commented Dec 19, 2025

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.

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.
@github-actions github-actions Bot added examples python python script changes labels Dec 19, 2025
@danbev danbev merged commit 0a271d8 into ggml-org:master Dec 19, 2025
4 checks passed
@danbev danbev deleted the model-conversion-run-org-verbose-flag branch December 19, 2025 07:51
Anico2 added a commit to Anico2/llama.cpp that referenced this pull request Jan 15, 2026
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.
blime4 referenced this pull request in blime4/llama.cpp Feb 5, 2026
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.
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples python python script changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants