Disable test-model-load-cancel in make
This commit is contained in:
parent
1e79625910
commit
9809314bbf
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -9,8 +9,9 @@ TEST_TARGETS = \
|
|||
tests/test-llama-grammar tests/test-grammar-parser tests/test-double-float tests/test-grad0 tests/test-opt \
|
||||
tests/test-quantize-fns tests/test-quantize-perf tests/test-sampling tests/test-tokenizer-0-llama \
|
||||
tests/test-tokenizer-0-falcon tests/test-tokenizer-1-llama tests/test-tokenizer-1-bpe tests/test-rope \
|
||||
tests/test-backend-ops \
|
||||
tests/test-model-load-cancel
|
||||
tests/test-backend-ops
|
||||
# # TODO(crasm): determine how to run tests that depend on openllama model files with make
|
||||
# tests/test-model-load-cancel
|
||||
|
||||
# Code coverage output files
|
||||
COV_TARGETS = *.gcno tests/*.gcno *.gcda tests/*.gcda *.gcov tests/*.gcov lcov-report gcovr-report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue