summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-04-25 17:06:27 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2024-04-25 17:06:27 +0300
commit853d06ffe26621176d60909a6e3f7c4cd067b305 (patch)
treec9c462133fcc729a9719c68c4a26a876b03d89e4
parent3fe0596c1817a6114ffffb6dbfd6c36ca7815dc7 (diff)
ci : tmp disable slow tests
-rwxr-xr-xci/run.sh3
1 files changed, 2 insertions, 1 deletions
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
}