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 f530106 commit 1ecbeceCopy full SHA for 1ecbece
tests/CMakeLists.txt
@@ -10,5 +10,5 @@ llama_add_test(test-quantize-fns.cpp)
10
llama_add_test(test-quantize-perf.cpp)
11
llama_add_test(test-sampling.cpp)
12
llama_add_test(test-tokenizer-0.cpp ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab.bin)
13
-llama_add_test(test-grad0.c)
14
-llama_add_test(test-opt.c)
+# llama_add_test(test-grad0.c) # SLOW
+# llama_add_test(test-opt.c) # SLOW
0 commit comments