We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a74d1 commit ba10b47Copy full SHA for ba10b47
tests/CMakeLists.txt
@@ -134,6 +134,7 @@ llama_target_and_test(test-chat-template.cpp)
134
llama_target_and_test(test-gguf.cpp)
135
llama_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)
138
139
llama_target_and_test(test-model-load-cancel.cpp LABEL "model")
140
llama_target_and_test(test-autorelease.cpp LABEL "model")
0 commit comments