We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b016596 commit 1a8c879Copy full SHA for 1a8c879
ci/run.sh
@@ -496,10 +496,12 @@ test $ret -eq 0 && gg_run ctest_debug
496
test $ret -eq 0 && gg_run ctest_release
497
498
if [ -z ${GG_BUILD_LOW_PERF} ]; then
499
- if [ -z ${GG_BUILD_CUDA} ]; then
500
- test $ret -eq 0 && gg_run open_llama_3b_v2
501
- else
502
- test $ret -eq 0 && gg_run open_llama_7b_v2
+ 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
+ else
503
+ test $ret -eq 0 && gg_run open_llama_7b_v2
504
+ fi
505
fi
506
507
0 commit comments