fix build break on arm64 linux

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
This commit is contained in:
Sunita Nadampalli 2024-11-04 13:05:14 +00:00
parent ea02c753eb
commit 04b464ef93

View 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>