Skip to content

Commit 90b2731

Browse files
authored
ggml : bump RPC version (ggml-org#20330)
1 parent aa2d278 commit 90b2731

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ggml/include/ggml-rpc.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ extern "C" {
88

99
#define RPC_PROTO_MAJOR_VERSION 3
1010
#define RPC_PROTO_MINOR_VERSION 6
11-
#define RPC_PROTO_PATCH_VERSION 0
11+
#define RPC_PROTO_PATCH_VERSION 1
12+
13+
#ifdef __cplusplus
14+
static_assert(GGML_OP_COUNT == 96, "GGML_OP_COUNT has changed - update RPC_PROTO_PATCH_VERSION");
15+
#endif
16+
1217
#define GGML_RPC_MAX_SERVERS 16
1318

1419
// backend API

0 commit comments

Comments
 (0)