]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
rpc : add RPC_CMD_HELLO (#12955)
authorRadoslav Gerganov <redacted>
Fri, 18 Apr 2025 07:13:42 +0000 (10:13 +0300)
committerGitHub <redacted>
Fri, 18 Apr 2025 07:13:42 +0000 (10:13 +0300)
commit2db9ba1464f3de0aceb2b5289963e69fc369cb66
tree714e9a58cf5382cfb8c627f2ebe226b6d87cd010
parent2f74c354c0f752ed9aabf7d3a350e6edebd7e744
rpc : add RPC_CMD_HELLO (#12955)

Add RPC_CMD_HELLO for getting the version of the protocol implemend by
the server. Follow the semantic versioning rules at https://semver.org

Hopefully this bring better user experience when we make breaking
changes at the protocol level and avoid issues like #12465
examples/rpc/rpc-server.cpp
ggml/include/ggml-rpc.h
ggml/src/ggml-rpc/ggml-rpc.cpp