rpc : fix alloc size logic (#17116)

* rpc : fix alloc size logic

* rpc : bump version
This commit is contained in:
Georgi Gerganov 2025-12-05 19:39:04 +02:00 committed by GitHub
parent c41bde6fbd
commit 8160b38a5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 10 deletions

View file

@ -1,6 +1,5 @@
#pragma once
#include "ggml.h"
#include "ggml-backend.h"
#ifdef __cplusplus
@ -8,7 +7,7 @@ extern "C" {
#endif
#define RPC_PROTO_MAJOR_VERSION 3
#define RPC_PROTO_MINOR_VERSION 5
#define RPC_PROTO_MINOR_VERSION 6
#define RPC_PROTO_PATCH_VERSION 0
#define GGML_RPC_MAX_SERVERS 16