enable tests/test-tokenizer-0-llama

This commit is contained in:
Alon Faraj 2023-08-29 16:09:19 +03:00
parent 89cc7a3338
commit c2fd80a0e8

View file

@ -10,8 +10,7 @@ test:
@echo "Running tests..."
@for test_target in $(TEST_TARGETS); do \
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
# ./$$test_target $(CURDIR)/../models/ggml-vocab-llama.gguf; \
continue; \
./$$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; \
continue; \