rgerganov commited on
Commit
b441739
·
1 Parent(s): c917076

rpc : add command line arg for specifying backend memory

Browse files
Files changed (1) hide show
  1. ggml-rpc.cpp +1 -1
ggml-rpc.cpp CHANGED
@@ -28,7 +28,7 @@
28
 
29
  #define UNUSED GGML_UNUSED
30
 
31
- #define GGML_DEBUG 1
32
  #if (GGML_DEBUG >= 1)
33
  #define GGML_PRINT_DEBUG(...) printf(__VA_ARGS__)
34
  #else
 
28
 
29
  #define UNUSED GGML_UNUSED
30
 
31
+ #define GGML_DEBUG 0
32
  #if (GGML_DEBUG >= 1)
33
  #define GGML_PRINT_DEBUG(...) printf(__VA_ARGS__)
34
  #else