From: Georgi Gerganov Date: Thu, 25 Apr 2024 14:06:27 +0000 (+0300) Subject: ci : tmp disable slow tests X-Git-Tag: upstream/0.0.4488~1754 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=853d06ffe26621176d60909a6e3f7c4cd067b305;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : tmp disable slow tests --- diff --git a/ci/run.sh b/ci/run.sh index a75d0f5e..da05f0d4 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -160,8 +160,9 @@ function gg_run_test_scripts_debug { set -e + # TODO: too slow, run on dedicated node (cd ./examples/gguf-split && time bash tests.sh "$SRC/build-ci-debug/bin" "$MNT/models") 2>&1 | tee -a $OUT/${ci}-scripts.log - (cd ./examples/quantize && time bash tests.sh "$SRC/build-ci-debug/bin" "$MNT/models") 2>&1 | tee -a $OUT/${ci}-scripts.log + #(cd ./examples/quantize && time bash tests.sh "$SRC/build-ci-debug/bin" "$MNT/models") 2>&1 | tee -a $OUT/${ci}-scripts.log set +e }