فهرست منبع

llamafile : fix include path (#0)

ggml-ci
Georgi Gerganov 1 سال پیش
والد
کامیت
db4cfd5dbc
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      ggml/src/ggml-cpu/llamafile/sgemm.cpp

+ 2 - 1
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