summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-04-29 18:36:39 +0300
committerGitHub <noreply@github.com>2024-04-29 18:36:39 +0300
commitd2c898f746a527f09effb061829e68b2e1812a28 (patch)
tree481047d3a70f686b2a1d66d6b109cc758201e461 /ci/run.sh
parent544f1f10adeec3d5ed91c4d3bd3f903904ecea63 (diff)
ci : tmp disable gguf-split (#6983)
ggml-ci
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh2
1 files changed, 1 insertions, 1 deletions
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