From: Georgi Gerganov Date: Tue, 10 Mar 2026 19:36:57 +0000 (+0200) Subject: ggml : bump RPC version (llama/20330) X-Git-Tag: upstream/1.8.4~57 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1e05b10d67f5833d7334e96ca7e527992555e71a;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : bump RPC version (llama/20330) --- diff --git a/ggml/include/ggml-rpc.h b/ggml/include/ggml-rpc.h index df1ad2a5..1c11495b 100644 --- a/ggml/include/ggml-rpc.h +++ b/ggml/include/ggml-rpc.h @@ -8,7 +8,12 @@ extern "C" { #define RPC_PROTO_MAJOR_VERSION 3 #define RPC_PROTO_MINOR_VERSION 6 -#define RPC_PROTO_PATCH_VERSION 0 +#define RPC_PROTO_PATCH_VERSION 1 + +#ifdef __cplusplus +static_assert(GGML_OP_COUNT == 96, "GGML_OP_COUNT has changed - update RPC_PROTO_PATCH_VERSION"); +#endif + #define GGML_RPC_MAX_SERVERS 16 // backend API