]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 17:39:16 +0000 (20:39 +0300)
commit24d29c55dffdd48474cc5c1310f2e6c24fc33392
tree8790c5d9a18aef9f4d8f1e37426adcf5299e44cb
parent36019c35a3003089eb3a32ec6865f173152b29b3
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
ggml/include/ggml-rpc.h
ggml/src/ggml-rpc/ggml-rpc.cpp