diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-04-29 13:53:12 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-04-29 13:53:12 +0300 |
commit | 305eb5afd51325e3142c01c17431febb7c67de87 (patch) | |
tree | 665b8e4242ad868fdb4eb474b3163bf0bbcca1ee /Makefile | |
parent | 84ca9c2ecf3391d911589d0fe2b483cbfb4b82a6 (diff) |
build : fix reference to old llama_util.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |