From: snadampal Date: Mon, 4 Nov 2024 15:08:33 +0000 (-0600) Subject: fix build break on arm64 linux (llama/10166) X-Git-Tag: upstream/1.7.4~249 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=542734100eb4181668815c912b5d99319718a599;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp fix build break on arm64 linux (llama/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