Skip to content

Commit b97e61d

Browse files
committed
Remove vocab models and test
1 parent 98c8e6a commit b97e61d

File tree

4 files changed

+0
-159
lines changed

4 files changed

+0
-159
lines changed

models/ggml-vocab-minimax-m2.gguf

-7.85 MB
Binary file not shown.

models/ggml-vocab-minimax-m2.gguf.inp

Lines changed: 0 additions & 112 deletions
This file was deleted.

models/ggml-vocab-minimax-m2.gguf.out

Lines changed: 0 additions & 46 deletions
This file was deleted.

tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ llama_test(test-tokenizer-0 NAME test-tokenizer-0-phi-3 ARGS ${PROJE
124124
llama_test(test-tokenizer-0 NAME test-tokenizer-0-qwen2 ARGS ${PROJECT_SOURCE_DIR}/models/ggml-vocab-qwen2.gguf)
125125
llama_test(test-tokenizer-0 NAME test-tokenizer-0-refact ARGS ${PROJECT_SOURCE_DIR}/models/ggml-vocab-refact.gguf)
126126
llama_test(test-tokenizer-0 NAME test-tokenizer-0-starcoder ARGS ${PROJECT_SOURCE_DIR}/models/ggml-vocab-starcoder.gguf)
127-
llama_test(test-tokenizer-0 NAME test-tokenizer-0-minimax-m2 ARGS ${PROJECT_SOURCE_DIR}/models/ggml-vocab-minimax-m2.gguf)
128127

129128
if (NOT WIN32)
130129
llama_test_cmd(

0 commit comments

Comments
 (0)