File tree 1 file changed +6
-5
lines changed
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 {
160
160
161
161
set -e
162
162
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
166
165
167
166
set +e
168
167
}
@@ -695,8 +694,10 @@ test $ret -eq 0 && gg_run ctest_release
695
694
if [ -z ${GG_BUILD_LOW_PERF} ]; then
696
695
test $ret -eq 0 && gg_run embd_bge_small
697
696
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
700
701
701
702
if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 8 ]; then
702
703
if [ -z ${GG_BUILD_CUDA} ]; then
You can’t perform that action at this time.
0 commit comments