From: Georgi Gerganov Date: Sat, 16 Nov 2024 15:58:56 +0000 (+0200) Subject: llamafile : fix include path (#0) X-Git-Tag: upstream/0.0.4488~385 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=db4cfd5dbc31c90f0d5c413a2e182d068b8ee308;p=pkg%2Fggml%2Fsources%2Fllama.cpp llamafile : fix include path (#0) ggml-ci --- diff --git a/ggml/src/ggml-cpu/llamafile/sgemm.cpp b/ggml/src/ggml-cpu/llamafile/sgemm.cpp index da4146ec..b2ce2e66 100644 --- a/ggml/src/ggml-cpu/llamafile/sgemm.cpp +++ b/ggml/src/ggml-cpu/llamafile/sgemm.cpp @@ -50,7 +50,8 @@ #include "sgemm.h" #include "ggml-impl.h" -#include "ggml-cpu-impl.h" +// hack until moved into the CPU backend +#include "../ggml-cpu-impl.h" #include "ggml-quants.h" #ifdef _MSC_VER