enable tests/test-tokenizer-0-llama
This commit is contained in:
parent
89cc7a3338
commit
c2fd80a0e8
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -10,8 +10,7 @@ test:
|
||||||
@echo "Running tests..."
|
@echo "Running tests..."
|
||||||
@for test_target in $(TEST_TARGETS); do \
|
@for test_target in $(TEST_TARGETS); do \
|
||||||
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
|
if [ "$$test_target" = "tests/test-tokenizer-0-llama" ]; then \
|
||||||
# ./$$test_target $(CURDIR)/../models/ggml-vocab-llama.gguf; \
|
./$$test_target $(CURDIR)/../models/ggml-vocab-llama.gguf; \
|
||||||
continue; \
|
|
||||||
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; then \
|
elif [ "$$test_target" = "tests/test-tokenizer-0-falcon" ]; then \
|
||||||
# ./$$test_target $(CURDIR)/../models/ggml-vocab-llama.gguf; \
|
# ./$$test_target $(CURDIR)/../models/ggml-vocab-llama.gguf; \
|
||||||
continue; \
|
continue; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue