Skip to content

Commit 1ecbece

Browse files
committed
disable slow tests grad0 and opt to avoid exceeding timeouts
1 parent f530106 commit 1ecbece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ llama_add_test(test-quantize-fns.cpp)
1010
llama_add_test(test-quantize-perf.cpp)
1111
llama_add_test(test-sampling.cpp)
1212
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)
13+
# llama_add_test(test-grad0.c) # SLOW
14+
# llama_add_test(test-opt.c) # SLOW

0 commit comments

Comments
 (0)