From: Georgi Gerganov Date: Mon, 29 Apr 2024 15:36:39 +0000 (+0300) Subject: ci : tmp disable gguf-split (#6983) X-Git-Tag: upstream/0.0.4488~1722 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d2c898f746a527f09effb061829e68b2e1812a28;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : tmp disable gguf-split (#6983) ggml-ci --- diff --git a/ci/run.sh b/ci/run.sh index da05f0d4..a1cd9908 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -161,7 +161,7 @@ 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/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 set +e