diff --git a/Makefile b/Makefile index 535a76f7b..b8d1546fa 100644 --- a/Makefile +++ b/Makefile @@ -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; \