summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index d5972480..79dcd077 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -606,7 +606,8 @@ 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 open_llama_3b_v2
+ date # dummy
else
test $ret -eq 0 && gg_run open_llama_7b_v2
fi