We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda3897 commit d046c23Copy full SHA for d046c23
ggml/src/ggml-rpc/ggml-rpc.cpp
@@ -907,7 +907,7 @@ class rpc_server {
907
};
908
909
#define LOG_DBG(msg, ...) \
910
- do { if (verbose) GGML_LOG_DEBUG(msg, ##__VA_ARGS__); } while (0)
+ do { if (verbose) GGML_LOG_DEBUG(msg, __VA_ARGS__); } while (0)
911
912
void rpc_server::hello(rpc_msg_hello_rsp & response) {
913
response.major = RPC_PROTO_MAJOR_VERSION;
0 commit comments