We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd59093 + ecc6d89 commit 840f3d9Copy full SHA for 840f3d9
1 file changed
ggml/include/ggml-rpc.h
@@ -8,10 +8,10 @@ extern "C" {
8
9
#define RPC_PROTO_MAJOR_VERSION 3
10
#define RPC_PROTO_MINOR_VERSION 6
11
-#define RPC_PROTO_PATCH_VERSION 1
+#define RPC_PROTO_PATCH_VERSION 2
12
13
#ifdef __cplusplus
14
-static_assert(GGML_OP_COUNT == 96, "GGML_OP_COUNT has changed - update RPC_PROTO_PATCH_VERSION");
+static_assert(GGML_OP_COUNT == 97, "GGML_OP_COUNT has changed - update RPC_PROTO_PATCH_VERSION");
15
#endif
16
17
#define GGML_RPC_MAX_SERVERS 16
0 commit comments