snadampal commited on
Commit
68520c4
·
1 Parent(s): 106cf6f

fix build break on arm64 linux (llama/10166)

Browse files

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

Files changed (1) hide show
  1. ggml/src/ggml-quants.c +1 -1
ggml/src/ggml-quants.c CHANGED
@@ -4,7 +4,7 @@
4
  #include "ggml-quants.h"
5
  #include "ggml-impl.h"
6
  #include "ggml-cpu-impl.h"
7
-
8
 
9
  #include <math.h>
10
  #include <string.h>
 
4
  #include "ggml-quants.h"
5
  #include "ggml-impl.h"
6
  #include "ggml-cpu-impl.h"
7
+ #include "ggml-cpu.h"
8
 
9
  #include <math.h>
10
  #include <string.h>