From: snadampal Date: Mon, 4 Nov 2024 15:08:33 +0000 (-0600) Subject: fix build break on arm64 linux (#10166) X-Git-Tag: upstream/0.0.4488~459 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6a066b9978533e2ab9890b7f4f8c0262d91798b3;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c index 7aa6dce8..f792406e 100644 --- a/ggml/src/ggml-quants.c +++ b/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 #include