Skip to content

Commit

Permalink
llamafile : fix include path (#0)
Browse files Browse the repository at this point in the history
ggml-ci
  • Loading branch information
ggerganov committed Nov 16, 2024
1 parent 8ee0d09 commit db4cfd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ggml/src/ggml-cpu/llamafile/sgemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db4cfd5

Please sign in to comment.