From: Georgi Gerganov Date: Thu, 12 Oct 2023 11:39:39 +0000 (+0300) Subject: ci : add M1 node (#577) X-Git-Tag: upstream/0.0.1642~1219 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=159bdae6ed20e1d408238fc5850f765134ee7935;p=pkg%2Fggml%2Fsources%2Fggml ci : add M1 node (#577) ggml-ci --- diff --git a/ci/run.sh b/ci/run.sh index 65dc55fe..93d3919a 100644 --- a/ci/run.sh +++ b/ci/run.sh @@ -286,7 +286,9 @@ test $ret -eq 0 && gg_run mnist test $ret -eq 0 && gg_run whisper if [ -z $GG_BUILD_LOW_PERF ]; then - test $ret -eq 0 && gg_run mpt + if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 16 ]; then + test $ret -eq 0 && gg_run mpt + fi fi exit $ret