Skip to content

Commit 35824b5

Browse files
slarendsx1986
authored andcommitted
make : do not run llama-gen-docs when building (ggml-org#9399)
1 parent 3665f30 commit 35824b5

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
@@ -1454,7 +1454,6 @@ llama-gen-docs: examples/gen-docs/gen-docs.cpp \
14541454
$(OBJ_ALL)
14551455
$(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<)
14561456
$(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS)
1457-
./llama-gen-docs
14581457

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

0 commit comments

Comments
 (0)