Skip to content

Commit 03b75f4

Browse files
snadampalggerganov
authored andcommitted
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 ggml-org/llama.cpp#10144
1 parent 801fdc2 commit 03b75f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-quants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "ggml-quants.h"
55
#include "ggml-impl.h"
66
#include "ggml-cpu-impl.h"
7-
7+
#include "ggml-cpu.h"
88

99
#include <math.h>
1010
#include <string.h>

0 commit comments

Comments
 (0)