Fix batched-bench directly depending on common.o
This commit is contained in:
parent
34175b0b0c
commit
e2990ff469
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -595,7 +595,7 @@ simple-inference: examples/simple-inference/simple-inference.cpp ggml.o llama.o
|
|||
batched: examples/batched/batched.cpp ggml.o llama.o $(COMMON_DEPS) $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
batched-bench: examples/batched-bench/batched-bench.cpp build-info.o ggml.o llama.o common.o $(OBJS)
|
||||
batched-bench: examples/batched-bench/batched-bench.cpp build-info.o ggml.o llama.o $(COMMON_DEPS) $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
|
||||
|
||||
quantize: examples/quantize/quantize.cpp build-info.o ggml.o llama.o $(OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue