From: Georgi Gerganov Date: Tue, 10 Mar 2026 19:36:57 +0000 (+0200) Subject: ggml : bump RPC version (#20330) X-Git-Tag: upstream/0.0.8611~334 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=90b2731894ecd07cb24360231eeec106336e1727;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml : bump RPC version (#20330) --- diff --git a/ggml/include/ggml-rpc.h b/ggml/include/ggml-rpc.h index df1ad2a51..1c11495b6 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