]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
rpc : use ggml logging facilities
authorRadoslav Gerganov <redacted>
Thu, 25 Sep 2025 07:20:02 +0000 (10:20 +0300)
committerGeorgi Gerganov <redacted>
Mon, 29 Sep 2025 12:18:10 +0000 (15:18 +0300)
commit0946619662128d4111bd7fdf57abff63449dfcf8
treedd0dc880f255b098d3961b1c3a326f4f7fbc628e
parentcd431223e04facfff427e8b2bee336cb0d856e07
rpc : use ggml logging facilities

Use RPC_DEBUG environment variable to enable debug messages.
Add helper macro LOG_DBG() which does an early
check of the env var before calling GGML_LOG_DEBUG().
Make sure we log a debug message for every server function.
ggml/src/ggml-rpc/ggml-rpc.cpp