Update Makefile

This commit is contained in:
alonfaraj 2023-08-30 00:10:15 +03:00 committed by GitHub
parent 5cae6ba54a
commit 6310887983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,9 @@ test:
@for test_target in $(TEST_TARGETS); do \
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; then \
# ./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; \
continue; \
elif [ "$$test_target" = "tests/test-tokenizer-1" ]; then \
# ./$$test_target $(CURDIR)/models/ggml-vocab-llama.gguf; \
continue; \
else \
./$$test_target; \