Spaces:
Running
Running
llamafile : fix include path (llama/0)
Browse files
ggml/src/ggml-cpu/llamafile/sgemm.cpp
CHANGED
|
@@ -50,7 +50,8 @@
|
|
| 50 |
|
| 51 |
#include "sgemm.h"
|
| 52 |
#include "ggml-impl.h"
|
| 53 |
-
|
|
|
|
| 54 |
#include "ggml-quants.h"
|
| 55 |
|
| 56 |
#ifdef _MSC_VER
|
|
|
|
| 50 |
|
| 51 |
#include "sgemm.h"
|
| 52 |
#include "ggml-impl.h"
|
| 53 |
+
// hack until moved into the CPU backend
|
| 54 |
+
#include "../ggml-cpu-impl.h"
|
| 55 |
#include "ggml-quants.h"
|
| 56 |
|
| 57 |
#ifdef _MSC_VER
|