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