diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-04-29 18:36:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 18:36:39 +0300 |
commit | d2c898f746a527f09effb061829e68b2e1812a28 (patch) | |
tree | 481047d3a70f686b2a1d66d6b109cc758201e461 /ci/run.sh | |
parent | 544f1f10adeec3d5ed91c4d3bd3f903904ecea63 (diff) |
ci : tmp disable gguf-split (#6983)
ggml-ci
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-x | ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |