build : fix reference to old llama_util.h

This commit is contained in:
Georgi Gerganov
2023-04-29 13:53:12 +03:00
parent 84ca9c2ecf
commit 305eb5afd5
3 changed files with 11 additions and 3 deletions

View File

@@ -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