Skip to content

Commit

Permalink
Merge pull request ggerganov#9 from tomBlueOrange/patch-1
Browse files Browse the repository at this point in the history
Update Makefile - minor spelling error
  • Loading branch information
cmp-nct committed Jun 19, 2023
2 parents f0165a5 + aaf3f24 commit c5399d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5399d1

Please sign in to comment.