disable slow tests grad0 and opt to avoid exceeding timeouts

This commit is contained in:
xaedes 2023-05-08 02:29:36 +02:00
parent f5301061b6
commit 1ecbece752
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

View file

@ -10,5 +10,5 @@ llama_add_test(test-quantize-fns.cpp)
llama_add_test(test-quantize-perf.cpp)
llama_add_test(test-sampling.cpp)
llama_add_test(test-tokenizer-0.cpp ${CMAKE_CURRENT_SOURCE_DIR}/../models/ggml-vocab.bin)
llama_add_test(test-grad0.c)
llama_add_test(test-opt.c)
# llama_add_test(test-grad0.c) # SLOW
# llama_add_test(test-opt.c) # SLOW