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 1e95f0c commit 303bf0bCopy full SHA for 303bf0b
tests/CMakeLists.txt
@@ -116,9 +116,8 @@ llama_target_and_test(test-sampling.cpp)
116
llama_target_and_test(test-chat-template.cpp)
117
118
llama_target_and_test(test-grammar-parser.cpp)
119
-llama_target_and_test(test-llama-grammar.cpp)
120
llama_target_and_test(test-grammar-integration.cpp)
121
-llama_target_and_test(test-grad0.cpp)
+llama_target_and_test(test-llama-grammar.cpp)
122
llama_target_and_test(test-barrier.cpp)
123
# llama_target_and_test(test-opt.cpp) # SLOW
124
llama_target_and_test(test-backend-ops.cpp)
0 commit comments