Bugfix: Added dependency to ggml.o to benchmark
This commit is contained in:
parent
2877517fe8
commit
3b7dcc0fc8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -256,7 +256,7 @@ embedding: examples/embedding/embedding.cpp ggml.o llama.o common.o
|
|||
# Tests
|
||||
#
|
||||
|
||||
benchmark:
|
||||
benchmark: ggml.o
|
||||
$(CXX) $(CXXFLAGS) tests/test-benchmark-q4_0-matmult.c ggml.o -o tests/test-benchmark-q4_0-matmult $(LDFLAGS)
|
||||
tests/test-benchmark-q4_0-matmult
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue