We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7237e1f commit ef0d8c8Copy full SHA for ef0d8c8
include/llama.h
@@ -1,8 +1,8 @@
1
#ifndef LLAMA_H
2
#define LLAMA_H
3
4
-#include "ggml.h"
5
-#include "ggml-backend.h"
+#include "../ggml/include/ggml.h"
+#include "../ggml/include/ggml-backend.h"
6
7
#include <stddef.h>
8
#include <stdint.h>
0 commit comments