]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rpc : refactor the RPC transport (#21998)
authorRadoslav Gerganov <redacted>
Sun, 19 Apr 2026 07:21:53 +0000 (10:21 +0300)
committerGitHub <redacted>
Sun, 19 Apr 2026 07:21:53 +0000 (10:21 +0300)
commit91fef9536293dcc782594d142bee46648f86fb3c
treebcc098012586005b043c663c77485509c0b41d05
parent9e5647affa54ea724196db15ec9b76c4abd16d4a
rpc : refactor the RPC transport (#21998)

* rpc : refactor the RPC transport

Move all transport related code into a separate file and use the
socket_t interface to hide all transport implementation details.

* fix win32

* better socket_t construction
ggml/src/ggml-rpc/CMakeLists.txt
ggml/src/ggml-rpc/ggml-rpc.cpp
ggml/src/ggml-rpc/transport.cpp [new file with mode: 0644]
ggml/src/ggml-rpc/transport.h [new file with mode: 0644]