Skip to content

Commit cd2cb5f

Browse files
slarenarthw
authored andcommitted
make : do not run llama-gen-docs when building (ggml-org#9399)
1 parent 641178c commit cd2cb5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,6 @@ llama-gen-docs: examples/gen-docs/gen-docs.cpp \
14531453
$(OBJ_ALL)
14541454
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
14551455
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
1456-
./llama-gen-docs
14571456

14581457
libllava.a: examples/llava/llava.cpp \
14591458
examples/llava/llava.h \

0 commit comments

Comments
 (0)