Skip to content

Commit 5145fe0

Browse files
try Windows fix
1 parent baa8b5d commit 5145fe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ llama_test(test-tokenizer-0 NAME test-tokenizer-0-starcoder ARGS ${CMAKE
8686

8787

8888
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
9090
llama_target_and_test(test-sampling.cpp)
9191
llama_target_and_test(test-grammar-parser.cpp)
9292
llama_target_and_test(test-grammar-integration.cpp)
@@ -122,14 +122,15 @@ if (NOT WIN32)
122122
#llama_test(test-tokenizer-1-spm NAME test-tokenizer-1-baichuan ARGS ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab-baichuan.gguf)
123123

124124
# llama_target_and_test(test-double-float.cpp) # SLOW
125+
126+
llama_target_and_test(test-gguf.cpp)
125127
endif()
126128

127129
llama_target_and_test(test-log.cpp)
128130
llama_target_and_test(test-arg-parser.cpp)
129131
llama_target_and_test(test-chat-template.cpp)
130132

131133
# llama_target_and_test(test-opt.cpp) # SLOW
132-
llama_target_and_test(test-gguf.cpp)
133134
llama_target_and_test(test-backend-ops.cpp)
134135

135136
llama_target_and_test(test-model-load-cancel.cpp LABEL "model")

0 commit comments

Comments
 (0)