File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,8 @@ function gg_run_test_scripts_debug {
160160
161161 set -e
162162
163- # TODO: too slow, run on dedicated node
164- # (cd ./examples/gguf-split && time bash tests.sh "$SRC/build-ci-debug/bin" "$MNT/models") 2>&1 | tee -a $OUT/${ci}-scripts.log
165- # (cd ./examples/quantize && time bash tests.sh "$SRC/build-ci-debug/bin" "$MNT/models") 2>&1 | tee -a $OUT/${ci}-scripts.log
163+ (cd ./examples/gguf-split && time bash tests.sh " $SRC /build-ci-debug/bin" " $MNT /models" ) 2>&1 | tee -a $OUT /${ci} -scripts.log
164+ (cd ./examples/quantize && time bash tests.sh " $SRC /build-ci-debug/bin" " $MNT /models" ) 2>&1 | tee -a $OUT /${ci} -scripts.log
166165
167166 set +e
168167}
@@ -695,8 +694,10 @@ test $ret -eq 0 && gg_run ctest_release
695694if [ -z ${GG_BUILD_LOW_PERF} ]; then
696695 test $ret -eq 0 && gg_run embd_bge_small
697696
698- test $ret -eq 0 && gg_run test_scripts_debug
699- test $ret -eq 0 && gg_run test_scripts_release
697+ if [ -z ${GG_BUILD_CLOUD} ] || [ ${GG_BUILD_EXTRA_TESTS_0} ]; then
698+ test $ret -eq 0 && gg_run test_scripts_debug
699+ test $ret -eq 0 && gg_run test_scripts_release
700+ fi
700701
701702 if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 8 ]; then
702703 if [ -z ${GG_BUILD_CUDA} ]; then
You can’t perform that action at this time.
0 commit comments