Spaces:
Running
Running
rpc : add command line arg for specifying backend memory
Browse files- ggml-rpc.cpp +1 -1
ggml-rpc.cpp
CHANGED
|
@@ -28,7 +28,7 @@
|
|
| 28 |
|
| 29 |
#define UNUSED GGML_UNUSED
|
| 30 |
|
| 31 |
-
#define GGML_DEBUG
|
| 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
|