File tree Expand file tree Collapse file tree 2 files changed +1
-0
lines changed Expand file tree Collapse file tree 2 files changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ llama_test_executable(test-tokenizer-1-mpt test-tokenizer-1-bpe.cpp ${CMAKE_CURR
36
36
llama_test_executable (test -tokenizer-1-bloom test -tokenizer-1-bpe.cpp ${CMAKE_CURRENT_SOURCE_DIR} /../models/ggml-vocab-bloom.gguf )
37
37
llama_test_executable (test -tokenizer-1-gpt-neox test -tokenizer-1-bpe.cpp ${CMAKE_CURRENT_SOURCE_DIR} /../models/ggml-vocab-gpt-neox.gguf )
38
38
llama_test_executable (test -tokenizer-1-refact test -tokenizer-1-bpe.cpp ${CMAKE_CURRENT_SOURCE_DIR} /../models/ggml-vocab-refact.gguf )
39
+ llama_test_executable (test -tokenizer-1-starcoder test -tokenizer-1-bpe.cpp ${CMAKE_CURRENT_SOURCE_DIR} /../models/ggml-vocab-starcoder.gguf )
39
40
llama_build_and_test_executable (test -grammar-parser.cpp )
40
41
llama_build_and_test_executable (test -llama-grammar.cpp )
41
42
llama_build_and_test_executable (test -grad0.cpp ) # SLOW
You can’t perform that action at this time.
0 commit comments