diff --git a/tools/serving_build.sh b/tools/serving_build.sh index 381a366c15ec826debb8a801221ed58a2925bc53..2001b64365bd3aa08a31b8bde87941590c088c5e 100644 --- a/tools/serving_build.sh +++ b/tools/serving_build.sh @@ -220,7 +220,7 @@ function python_run_criteo_ctr_with_cube() { VAR2="0.67" #TODO: temporarily relax the threshold to 0.67 RES=$( echo "$AUC>$VAR2" | bc ) if [[ $RES -eq 0 ]]; then - echo "error with criteo_ctr_with_cube inference auc test, auc should > 0.70" + echo "error with criteo_ctr_with_cube inference auc test, auc should > 0.67" exit 1 fi echo "criteo_ctr_with_cube inference auc test success" @@ -246,7 +246,7 @@ function python_run_criteo_ctr_with_cube() { VAR2="0.67" #TODO: temporarily relax the threshold to 0.67 RES=$( echo "$AUC>$VAR2" | bc ) if [[ $RES -eq 0 ]]; then - echo "error with criteo_ctr_with_cube inference auc test, auc should > 0.70" + echo "error with criteo_ctr_with_cube inference auc test, auc should > 0.67" exit 1 fi echo "criteo_ctr_with_cube inference auc test success"