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 1fb8223 commit 426fb77Copy full SHA for 426fb77
tests/CMakeLists.txt
@@ -109,6 +109,7 @@ if (NOT WIN32)
109
llama_build_and_test(test-grammar-integration.cpp)
110
llama_build_and_test(test-llama-grammar.cpp)
111
llama_build_and_test(test-chat.cpp)
112
+ llama_build_and_test(test-memory.cpp)
113
# TODO: disabled on loongarch64 because the ggml-ci node lacks Python 3.8
114
if (NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch64")
115
llama_build_and_test(test-json-schema-to-grammar.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
0 commit comments