Update ggml.c

align paremeters

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
bmwl 2024-02-15 07:13:00 -08:00 committed by GitHub
parent 4ffe18ee5e
commit 1585fec58b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
ggml.c
View file

@ -16713,7 +16713,7 @@ static void set_numa_thread_affinity(int thread_n) {
rv = pthread_setaffinity_np(pthread_self(), setsize, cpus); rv = pthread_setaffinity_np(pthread_self(), setsize, cpus);
if (rv) { 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); CPU_FREE(cpus);