diff --git a/Makefile b/Makefile index 799983d5a..c82adb83f 100644 --- a/Makefile +++ b/Makefile @@ -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; \