From 1ab4f15228f1746565416cd490f381def9c2f639 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 13 Feb 2024 11:37:26 +0200 Subject: [PATCH] ci : do not do BERT tests on low-perf nodes ggml-ci --- ci/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index 476bf622e..a4264d775 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -633,9 +633,10 @@ ret=0 test $ret -eq 0 && gg_run ctest_debug test $ret -eq 0 && gg_run ctest_release -test $ret -eq 0 && gg_run embd_bge_small if [ -z ${GG_BUILD_LOW_PERF} ]; then + test $ret -eq 0 && gg_run embd_bge_small + if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 8 ]; then if [ -z ${GG_BUILD_CUDA} ]; then test $ret -eq 0 && gg_run open_llama_3b_v2