Skip to content

Commit e2ad329

Browse files
committed
llamafile : fix include path
1 parent 8a18c5a commit e2ad329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ggml/src/ggml-cpu/llamafile/sgemm.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050

5151
#include "sgemm.h"
5252
#include "ggml-impl.h"
53-
#include "ggml-cpu-impl.h"
53+
// hack until moved into the CPU backend
54+
#include "../ggml-cpu-impl.h"
5455
#include "ggml-quants.h"
5556

5657
#ifdef _MSC_VER

0 commit comments

Comments
 (0)