How to use GGML_PRINT_DEBUG to Debug. #11363
Answered
by
ggerganov
JingqunZhang
asked this question in
Q&A
-
I have tried various approaches but still cannot figure out how to use GGML_PRINT_DEBUG to obtain information in ggml-cpu.c. Could someone please teach me how to use GGML_PRINT_DEBUG to print out intermediate information? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
ggerganov
Jan 24, 2025
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JingqunZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
GGML_PRINT_DEBUG
logs will be printed for verbosity 1 or higher. Try to add-lv 1
to your command and you should see them.