Jelajahi Sumber

fix build break on arm64 linux (#10166)

This fixes the build break from the recent changes
to move the CPU backend to separate files
https://github.com/ggerganov/llama.cpp/pull/10144
snadampal 1 tahun lalu
induk
melakukan
6a066b9978
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      ggml/src/ggml-quants.c

+ 1 - 1
ggml/src/ggml-quants.c

@@ -4,7 +4,7 @@
 #include "ggml-quants.h"
 #include "ggml-impl.h"
 #include "ggml-cpu-impl.h"
-
+#include "ggml-cpu.h"
 
 #include <math.h>
 #include <string.h>