rpc : add command line arg for specifying backend memory

ref: #7293
This commit is contained in:
Radoslav Gerganov 2024-05-15 15:29:07 +03:00 committed by Georgi Gerganov
parent 488ad99c13
commit 7bd69349bf

View File

@ -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