Merge pull request #9 from tomBlueOrange/patch-1

Update Makefile - minor spelling error
This commit is contained in:
John 2023-06-19 13:40:00 +02:00 committed by GitHub
commit c5399d1cf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,7 @@ libfalcon.o: libfalcon.cpp ggml.h ggml-cuda.h libfalcon.h llama-util.h
common.o: examples/common.cpp examples/common.h
$(CXX) $(CXXFLAGS) -c $< -o $@
falcom_common.o: examples/falcon_common.cpp examples/falcon_common.h
falcon_common.o: examples/falcon_common.cpp examples/falcon_common.h
$(CXX) $(CXXFLAGS) -c $< -o $@
libllama.so: llama.o ggml.o $(OBJS)