From: Georgi Gerganov Date: Sat, 16 Nov 2024 15:58:56 +0000 (+0200) Subject: llamafile : fix include path (llama/0) X-Git-Tag: upstream/1.7.4~197 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4fcdf602bf30b39937dcd1d843007e2767eac93;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp llamafile : fix include path (llama/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