build : fix reference to old llama_util.h
This commit is contained in:
parent
84ca9c2ecf
commit
305eb5afd5
3 changed files with 11 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -168,7 +168,7 @@ $(info )
|
|||
ggml.o: ggml.c ggml.h ggml-cuda.h
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
llama.o: llama.cpp ggml.h ggml-cuda.h llama.h llama_util.h
|
||||
llama.o: llama.cpp ggml.h ggml-cuda.h llama.h llama-util.h
|
||||
$(CXX) $(CXXFLAGS) -c $< -o $@
|
||||
|
||||
common.o: examples/common.cpp examples/common.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue