]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : tmp disable gguf-split (#6983)
authorGeorgi Gerganov <redacted>
Mon, 29 Apr 2024 15:36:39 +0000 (18:36 +0300)
committerGitHub <redacted>
Mon, 29 Apr 2024 15:36:39 +0000 (18:36 +0300)
ggml-ci

ci/run.sh

index da05f0d48802aa1c9f14ff2c3aaa4a40eafd2c02..a1cd9908f65fadbdd9a86eb90211494c015758c5 100755 (executable)
--- 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