From 032b34ce5b94d5cb061e55b2ad8aca122d50c2a4 Mon Sep 17 00:00:00 2001 From: Uzo Nweke Date: Sat, 20 Jan 2024 23:15:57 -0500 Subject: [PATCH] run mistral 7b for cpu only too --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index f16bb35c9..c1edcdbbe 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -702,6 +702,7 @@ if [ -z ${GG_BUILD_LOW_PERF} ]; then if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 8 ]; then if [ -z ${GG_BUILD_CUDA} ]; then test $ret -eq 0 && gg_run open_llama_3b_v2 + test $ret -eq 0 && gg_run mistral_7b_v0_1 else test $ret -eq 0 && gg_run open_llama_7b_v2 test $ret -eq 0 && gg_run mistral_7b_v0_1