We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe76d4 commit fb3f249Copy full SHA for fb3f249
Makefile
@@ -1454,7 +1454,6 @@ llama-gen-docs: examples/gen-docs/gen-docs.cpp \
1454
$(OBJ_ALL)
1455
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
1456
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
1457
- ./llama-gen-docs
1458
1459
libllava.a: examples/llava/llava.cpp \
1460
examples/llava/llava.h \
0 commit comments