]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : tmp disable slow tests
authorGeorgi Gerganov <redacted>
Thu, 25 Apr 2024 14:06:27 +0000 (17:06 +0300)
committerGeorgi Gerganov <redacted>
Thu, 25 Apr 2024 14:06:27 +0000 (17:06 +0300)
ci/run.sh

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