]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : bump RPC version (#20330)
authorGeorgi Gerganov <redacted>
Tue, 10 Mar 2026 19:36:57 +0000 (21:36 +0200)
committerGitHub <redacted>
Tue, 10 Mar 2026 19:36:57 +0000 (21:36 +0200)
ggml/include/ggml-rpc.h

index df1ad2a5168d5b41f8802d19ef3927a48c8f288a..1c11495b66ed3733d9addf0e5f9fa5750b359b63 100644 (file)
@@ -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