Skip to content

Commit 04b464e

Browse files
committed
fix build break on arm64 linux
This fixes the build break from the recent changes to move the CPU backend to separate files ggml-org#10144
1 parent ea02c75 commit 04b464e

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)