mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-26 00:50:47 +01:00
ggml : bump RPC version (#20330)
This commit is contained in:
parent
aa2d278a11
commit
90b2731894
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user