diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-04-25 17:06:27 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2024-04-25 17:06:27 +0300 |
commit | 853d06ffe26621176d60909a6e3f7c4cd067b305 (patch) | |
tree | c9c462133fcc729a9719c68c4a26a876b03d89e4 | |
parent | 3fe0596c1817a6114ffffb6dbfd6c36ca7815dc7 (diff) |
ci : tmp disable slow tests
-rwxr-xr-x | ci/run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |