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 93ce7ca commit cacbfe5Copy full SHA for cacbfe5
ci/run.sh
@@ -612,7 +612,7 @@ test $ret -eq 0 && gg_run ctest_release
612
613
if [ -z ${GG_BUILD_LOW_PERF} ]; then
614
test $ret -eq 0 && gg_run embd_bge_small
615
- test $ret -eq 0 && gg_run rerank_tiny
+ #test $ret -eq 0 && gg_run rerank_tiny
616
617
if [ -z ${GG_BUILD_CLOUD} ] || [ ${GG_BUILD_EXTRA_TESTS_0} ]; then
618
test $ret -eq 0 && gg_run test_scripts
0 commit comments