mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-03 17:51:09 +01:00
wrap includes
This commit is contained in:
parent
668ba5fe0b
commit
042c5b278f
2
ggml.c
2
ggml.c
@ -26,7 +26,9 @@
|
||||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef GGML_USE_MPI
|
||||
#include <mpi.h>
|
||||
#endif
|
||||
|
||||
#ifdef GGML_USE_METAL
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user