From 6310887983195534240823376c2bdf7cddb6d7f7 Mon Sep 17 00:00:00 2001 From: alonfaraj Date: Wed, 30 Aug 2023 00:10:15 +0300 Subject: [PATCH] Update Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; \