Skip to content

Commit

Permalink
rpc : add command line arg for specifying backend memory
Browse files Browse the repository at this point in the history
ref: #7293
  • Loading branch information
rgerganov authored and ggerganov committed May 28, 2024
1 parent 3e46644 commit 6e9d515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ggml-rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e9d515

Please sign in to comment.