]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Thu, 30 Apr 2026 08:28:57 +0000 (11:28 +0300)
commit40ddc5a5b911851f4867207c80d8db2eb238388f
treebe5ffe590080f9fa3f0b1604e1999e058583e4cf
parent6b67c918797be49d4c9e67eda05efd490f8e123d
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.
ggml/src/ggml-rpc/ggml-rpc.cpp