File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ llama-bench: examples/llama-bench/llama-bench.cpp ggml.o llama.o $(COMMON_DEPS)
618
618
$(CXX ) $(CXXFLAGS ) $(filter-out % .h,$^ ) -o $@ $(LDFLAGS )
619
619
620
620
libllava.a : examples/llava/llava.cpp examples/llava/llava.h examples/llava/clip.cpp examples/llava/clip.h common/stb_image.h common/base64.hpp ggml.o llama.o $(COMMON_DEPS ) $(OBJS )
621
- $(CXX ) $(CXXFLAGS ) -static -fPIC -c $< -o $@ $( LDFLAGS ) -Wno-cast-qual
621
+ $(CXX ) $(CXXFLAGS ) -static -fPIC -c $< -o $@ -Wno-cast-qual
622
622
623
623
llava-cli : examples/llava/llava-cli.cpp examples/llava/clip.h examples/llava/clip.cpp examples/llava/llava.h examples/llava/llava.cpp ggml.o llama.o $(COMMON_DEPS ) $(OBJS )
624
624
$(CXX ) $(CXXFLAGS ) $(filter-out % .h,$^ ) -o $@ $(LDFLAGS ) -Wno-cast-qual
You can’t perform that action at this time.
0 commit comments