From 1585fec58b3a0a625ce2b4d989e439f353e771b2 Mon Sep 17 00:00:00 2001 From: bmwl Date: Thu, 15 Feb 2024 07:13:00 -0800 Subject: [PATCH] Update ggml.c align paremeters Co-authored-by: Georgi Gerganov --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index eb9095cea..d6c6b3ff5 100644 --- a/ggml.c +++ b/ggml.c @@ -16713,7 +16713,7 @@ static void set_numa_thread_affinity(int thread_n) { rv = pthread_setaffinity_np(pthread_self(), setsize, cpus); if (rv) { - fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n",strerror(rv)); + fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n", strerror(rv)); } CPU_FREE(cpus);