From 1ecbece7529bbab1627130616a7b354cb39ba913 Mon Sep 17 00:00:00 2001 From: xaedes Date: Mon, 8 May 2023 02:29:36 +0200 Subject: [PATCH] disable slow tests grad0 and opt to avoid exceeding timeouts --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9d7479817..4171c126c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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