]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
rpc : fix misleading error log (llama/21184)
authorRadoslav Gerganov <redacted>
Mon, 30 Mar 2026 14:05:11 +0000 (17:05 +0300)
committerGeorgi Gerganov <redacted>
Wed, 1 Apr 2026 13:00:26 +0000 (16:00 +0300)
commitc08c9f4eb53048e9d5381379bb674d9160bdc42f
treea050008ce054d5bae367bbe70f3f7e20fa75863e
parente79ce97d14d94dda20832b41588fe57c9330d48d
rpc : fix misleading error log (llama/21184)

When RPC is running with a remote backend which doesn't have init_tensor
function (like CPU and Metal), the server log gets full with error
messages saying that init_tensor is being called with null buffer which
is incorrect. This patch fixes this.
src/ggml-rpc/ggml-rpc.cpp