Update Makefile
This commit is contained in:
parent
5cae6ba54a
commit
6310887983
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -11,11 +11,9 @@ test:
|
||||||
@for test_target in $(TEST_TARGETS); do \
|
@for test_target in $(TEST_TARGETS); do \
|
||||||
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
|
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
|
||||||
./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
|
./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
|
||||||
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; then \
|
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; \
|
||||||
# ./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
|
|
||||||
continue; \
|
continue; \
|
||||||
elif [ "$$test_target" = "tests/test-tokenizer-1" ]; then \
|
elif [ "$$test_target" = "tests/test-tokenizer-1" ]; then \
|
||||||
# ./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
|
|
||||||
continue; \
|
continue; \
|
||||||
else \
|
else \
|
||||||
./$$test_target; \
|
./$$test_target; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue