]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
fix build break on arm64 linux (llama/10166)
authorsnadampal <redacted>
Mon, 4 Nov 2024 15:08:33 +0000 (09:08 -0600)
committerGeorgi Gerganov <redacted>
Fri, 15 Nov 2024 13:21:04 +0000 (15:21 +0200)
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

ggml/src/ggml-quants.c

index 7aa6dce8907f5c9c9129fad1117848b1302486f1..f792406e192d25b1eadd0ea9c33c44aed0df3de1 100644 (file)
@@ -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>