]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
rpc : use ggml logging facilities
authorRadoslav Gerganov <redacted>
Thu, 25 Sep 2025 07:20:02 +0000 (10:20 +0300)
committerGeorgi Gerganov <redacted>
Thu, 25 Sep 2025 08:56:34 +0000 (11:56 +0300)
commit4107e94dacacdb894b09ac78c6a839914842766d
tree6112801d683a5bb23165aeec919144118182fac6
parenta549c86de4f4d52d1a42b255685f1c6dc3281e4b
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.
src/ggml-rpc/ggml-rpc.cpp