disable slow tests grad0 and opt to avoid exceeding timeouts
This commit is contained in:
parent
f5301061b6
commit
1ecbece752
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue