Skip to content

Commit

Permalink
llama.cpp: Update llama.cpp and ggml include paths
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jun 27, 2024
1 parent 7890b9b commit dee10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fundamentals/llama.cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ llama-cuda-debug:
llama-debug:
cd llama.cpp && make -j8 LLAMA_DEBUG=1 DEBUG=1

CXXFLAGS = -g3 -Wall -Illama.cpp/ -Illama.cpp/common -Lllama.cpp/ -fopenmp
CXXFLAGS = -g3 -Wall -Illama.cpp/include -Illama.cpp/ggml/include -Illama.cpp/common -Lllama.cpp/ -fopenmp

OBJS = llama.cpp/common.o \
llama.cpp/build-info.o \
Expand Down

0 comments on commit dee10c9

Please sign in to comment.