]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rpc : use ggml logging facilities
authorRadoslav Gerganov <redacted>
Thu, 25 Sep 2025 07:20:02 +0000 (10:20 +0300)
committerGitHub <redacted>
Thu, 25 Sep 2025 07:20:02 +0000 (07:20 +0000)
commitc498fc82fe5b83fc8c6e1627286bdc1f93caddbf
tree1e089a5f375c41ddbec338b7a7c52d5b614fd05e
parente7a5130a20cf45a3358308356c249734ca982143
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