File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ if (NOT WIN32)
9393 llama_target_and_test(test -grammar-parser.cpp)
9494 llama_target_and_test(test -grammar-integration.cpp)
9595 llama_target_and_test(test -llama-grammar.cpp)
96+ llama_target_and_test(test -chat-handler.cpp)
9697 # TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
9798 if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64" )
9899 llama_target_and_test(test -json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /..)
@@ -133,8 +134,6 @@ llama_target_and_test(test-chat-template.cpp)
133134# llama_target_and_test(test-opt.cpp) # SLOW
134135llama_target_and_test(test -gguf.cpp)
135136llama_target_and_test(test -backend-ops.cpp)
136- llama_target_and_test(test -chat-handler.cpp)
137- target_link_libraries (test -chat-handler PRIVATE llama)
138137
139138llama_target_and_test(test -model-load-cancel.cpp LABEL "model" )
140139llama_target_and_test(test -autorelease.cpp LABEL "model" )
You can’t perform that action at this time.
0 commit comments