Skip to content

rpc : fix misleading error log#21184

Merged
ggerganov merged 1 commit intoggml-org:masterfrom
rgerganov:rpc-fix-log
Mar 30, 2026
Merged

rpc : fix misleading error log#21184
ggerganov merged 1 commit intoggml-org:masterfrom
rgerganov:rpc-fix-log

Conversation

@rgerganov
Copy link
Copy Markdown
Member

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.

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.
@rgerganov rgerganov requested a review from a team as a code owner March 30, 2026 13:19
@rgerganov rgerganov requested a review from ggerganov March 30, 2026 13:19
@github-actions github-actions Bot added the ggml changes relating to the ggml tensor library for machine learning label Mar 30, 2026
@ggerganov ggerganov merged commit cad2d38 into ggml-org:master Mar 30, 2026
44 of 45 checks passed
slartibardfast pushed a commit to slartibardfast/llama.cpp that referenced this pull request Apr 12, 2026
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.
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
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.
rsenthilkumar6 pushed a commit to rsenthilkumar6/llama.cpp that referenced this pull request May 1, 2026
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants