Skip to content

Commit a7242bc

Browse files
committed
use relative path for llama.h
1 parent fc3b0a8 commit a7242bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/llama.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef LLAMA_H
22
#define LLAMA_H
33

4-
#include "ggml.h"
5-
#include "ggml-backend.h"
4+
#include "../ggml/include/ggml.h"
5+
#include "../ggml/include/ggml-backend.h"
66

77
#include <stddef.h>
88
#include <stdint.h>

0 commit comments

Comments
 (0)