diff options
author | Radoslav Gerganov <rgerganov@gmail.com> | 2024-05-15 15:29:07 +0300 |
---|---|---|
committer | Radoslav Gerganov <rgerganov@gmail.com> | 2024-05-16 09:58:29 +0300 |
commit | 3b3963c55c8332e33533c44b2aa882b0e45f8292 (patch) | |
tree | f1bae6f46185a725c4b83445190583a2fc8fc8b7 /ggml-rpc.cpp | |
parent | dda64fc17c97820ea9489eb0cc9ae8b8fdce4926 (diff) |
rpc : add command line arg for specifying backend memory
ref: #7293
Diffstat (limited to 'ggml-rpc.cpp')
-rw-r--r-- | ggml-rpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-rpc.cpp b/ggml-rpc.cpp index efeacb29..ba392009 100644 --- a/ggml-rpc.cpp +++ b/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 |