]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rpc : better caching of the base buffer pointer (#11331)
authorRadoslav Gerganov <redacted>
Tue, 21 Jan 2025 13:06:41 +0000 (15:06 +0200)
committerGitHub <redacted>
Tue, 21 Jan 2025 13:06:41 +0000 (15:06 +0200)
commit6da5bec81c34f3b8a8f1b367cf23ad016e83d332
treeb699e8d27df3739f546440c844cd4c3ca518615a
parent2e2f8f093cd4fb6bbb87ba84f6b9684fa082f3fa
rpc : better caching of the base buffer pointer (#11331)

There is no need to use map, just store the base pointer in the buffer
context.
ggml/src/ggml-rpc/ggml-rpc.cpp