Fixed include

This commit is contained in:
root 2024-02-06 09:10:55 +00:00
parent 65792fa407
commit 592e4519bb

2
ggml.c
View file

@ -25,7 +25,7 @@
#include <signal.h>
#ifdef GGML_NUMA_MIRROR
#include <numanor.h>
#include <numa.h>
#endif
#ifdef GGML_USE_METAL