From: Radoslav Gerganov Date: Wed, 15 May 2024 12:29:07 +0000 (+0300) Subject: rpc : add command line arg for specifying backend memory X-Git-Tag: upstream/0.0.1642~682 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6e9d5150624c85a2abe92c4ea681b03389bd6879;p=pkg%2Fggml%2Fsources%2Fggml rpc : add command line arg for specifying backend memory ref: #7293 --- diff --git a/src/ggml-rpc.cpp b/src/ggml-rpc.cpp index efeacb29..ba392009 100644 --- a/src/ggml-rpc.cpp +++ b/src/ggml-rpc.cpp @@ -28,7 +28,7 @@ #define UNUSED GGML_UNUSED -#define GGML_DEBUG 1 +#define GGML_DEBUG 0 #if (GGML_DEBUG >= 1) #define GGML_PRINT_DEBUG(...) printf(__VA_ARGS__) #else