]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
rpc : refactor the RPC transport (llama/21998)
authorRadoslav Gerganov <redacted>
Sun, 19 Apr 2026 07:21:53 +0000 (10:21 +0300)
committerGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 08:29:12 +0000 (11:29 +0300)
commit32789b9e07afc115eec3be81a76a34453e90ae67
tree69be04ad5b91c168a2bfd19b587f41745a60eab8
parenta899e4bdcbda94e099c7a2ac40ff26b490419cca
rpc : refactor the RPC transport (llama/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]