llamafile : fix include path (#0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-11-16 17:58:56 +02:00
parent 8ee0d09ae6
commit db4cfd5dbc

View 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