From 5bc1b98753af62e48ca2468a09fc37dd7e90e960 Mon Sep 17 00:00:00 2001 From: liujie44 Date: Fri, 29 Aug 2025 11:34:32 +0800 Subject: [PATCH] update loss_base for paddle --- scripts/distribute/ci_case_auto.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/distribute/ci_case_auto.sh b/scripts/distribute/ci_case_auto.sh index 4d545348bf45..8003b45af5b5 100755 --- a/scripts/distribute/ci_case_auto.sh +++ b/scripts/distribute/ci_case_auto.sh @@ -476,7 +476,7 @@ function llama_dygraph_auto_bs8_fp32_DP2-MP2() { loss_base=9.3507843 if [ $IS_A100 -ne 0 ];then if [ $IS_CUDA123 -ne 0 ];then - loss_base=9.38577652 + loss_base=9.38577747 else loss_base=9.38577747 fi @@ -1310,7 +1310,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP1-SP() { fi elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then if [ $IS_CUDA123 -ne 0 ];then - loss_base=9.38023453 + loss_base=9.37985001 else loss_base=9.37989655 fi @@ -1587,7 +1587,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP2-SP() { fi elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then if [ $IS_CUDA123 -ne 0 ];then - loss_base=9.44244614 + loss_base=9.44231339 else loss_base=9.44231415 fi