File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ TEST_TARGETS = \
9
9
tests/test-llama-grammar tests/test-grammar-parser tests/test-double-float tests/test-grad0 tests/test-opt \
10
10
tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling tests/test-tokenizer-0-llama \
11
11
tests/test-tokenizer-0-falcon tests/test-tokenizer-1-llama tests/test-tokenizer-1-bpe tests/test-rope \
12
- tests/test-backend-ops
12
+ tests/test-backend-ops \
13
+ tests/test-model-load-cancel
13
14
14
15
# Code coverage output files
15
16
COV_TARGETS = *.gcno tests/*.gcno *.gcda tests/*.gcda *.gcov tests/*.gcov lcov-report gcovr-report
@@ -724,3 +725,5 @@ tests/test-c.o: tests/test-c.c llama.h
724
725
725
726
tests/test-backend-ops : tests/test-backend-ops.cpp ggml.o $(OBJS )
726
727
$(CXX ) $(CXXFLAGS ) $(filter-out % .h,$^ ) -o $@ $(LDFLAGS )
728
+
729
+ tests/test-model-load-cancel : tests/test-model-load-cancel.cpp ggml.o llama.o $(OBJS )
You can’t perform that action at this time.
0 commit comments