]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
llamafile : fix include path (llama/0)
authorGeorgi Gerganov <redacted>
Sat, 16 Nov 2024 15:58:56 +0000 (17:58 +0200)
committerGeorgi Gerganov <redacted>
Mon, 18 Nov 2024 08:56:51 +0000 (10:56 +0200)
ggml-ci

src/ggml-cpu/llamafile/sgemm.cpp

index da4146ec4f6886773c74c0bb1d31ae4f72d0462f..b2ce2e66494792b32497e3cde464459ed0182137 100644 (file)
@@ -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