File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ llama_test(test-tokenizer-0 NAME test-tokenizer-0-starcoder ARGS ${CMAKE
86
86
87
87
88
88
if (NOT WIN32 )
89
- # these tests are disabled on Windows because they use internal functions not exported with LLAMA_API
89
+ # these tests are disabled on Windows because they use internal functions not exported with LLAMA_API/GGML_API
90
90
llama_target_and_test (test -sampling.cpp )
91
91
llama_target_and_test (test -grammar-parser.cpp )
92
92
llama_target_and_test (test -grammar-integration.cpp )
@@ -122,14 +122,15 @@ if (NOT WIN32)
122
122
#llama_test(test-tokenizer-1-spm NAME test-tokenizer-1-baichuan ARGS ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab-baichuan.gguf)
123
123
124
124
# llama_target_and_test(test-double-float.cpp) # SLOW
125
+
126
+ llama_target_and_test (test -gguf.cpp )
125
127
endif ()
126
128
127
129
llama_target_and_test (test -log.cpp )
128
130
llama_target_and_test (test -arg-parser.cpp )
129
131
llama_target_and_test (test -chat-template.cpp )
130
132
131
133
# llama_target_and_test(test-opt.cpp) # SLOW
132
- llama_target_and_test (test -gguf.cpp )
133
134
llama_target_and_test (test -backend-ops.cpp )
134
135
135
136
llama_target_and_test (test -model-load-cancel.cpp LABEL "model" )
You can’t perform that action at this time.
0 commit comments