]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
rpc : add RPC_CMD_HELLO (llama/12955)
authorRadoslav Gerganov <redacted>
Fri, 18 Apr 2025 07:13:42 +0000 (10:13 +0300)
committerGeorgi Gerganov <redacted>
Thu, 24 Apr 2025 15:36:25 +0000 (18:36 +0300)
commit0f9878f674ffcced3183009152db2f1c4f05d9f4
tree6f0d755e12fdfcb9e631a16ba86080c0aeb024ee
parentb9a0a5aab8621b0429e94b27c31e5138be193831
rpc : add RPC_CMD_HELLO (llama/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
include/ggml-rpc.h
src/ggml-rpc/ggml-rpc.cpp