llamafile : fix include path (llama/0)
ggml-ci
This commit is contained in:
parent
1bebb1a116
commit
d4fcdf602b
@ -50,7 +50,8 @@
|
|||||||
|
|
||||||
#include "sgemm.h"
|
#include "sgemm.h"
|
||||||
#include "ggml-impl.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"
|
#include "ggml-quants.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
Reference in New Issue
Block a user