From 9b95459c2c80c9a5728bee3f5679f50d520293e4 Mon Sep 17 00:00:00 2001 From: xuexixi Date: Fri, 18 Jul 2025 10:44:18 +0800 Subject: [PATCH] fix loss base --- scripts/distribute/ci_case_auto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/distribute/ci_case_auto.sh b/scripts/distribute/ci_case_auto.sh index f417f9612b6b..08a3f7796bd1 100755 --- a/scripts/distribute/ci_case_auto.sh +++ b/scripts/distribute/ci_case_auto.sh @@ -2792,7 +2792,7 @@ function llm_gpt_dygraph_auto_bs8_fp16_DP2-MP2-PP2_intermediate() { mem=-1 echo "result: loss=$loss ips=$ips mem=$mem loss_md5=$loss_md5" # loss_base=10.58456802 # note: need to debug - loss_base=10.56668091 + loss_base=10.56717587 ips_base=-1 mem_base=-1 if [ $IS_A100 -ne 0 ];then