Skip to content

Commit b6c53b1

Browse files
authored
update loss_base for paddle (#11027)
1 parent 89ec9af commit b6c53b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/distribute/ci_case_auto.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ function llama_dygraph_auto_bs8_fp32_DP2-MP2() {
476476
loss_base=9.3507843
477477
if [ $IS_A100 -ne 0 ];then
478478
if [ $IS_CUDA123 -ne 0 ];then
479-
loss_base=9.38577652
479+
loss_base=9.38577747
480480
else
481481
loss_base=9.38577747
482482
fi
@@ -1310,7 +1310,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP1-SP() {
13101310
fi
13111311
elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then
13121312
if [ $IS_CUDA123 -ne 0 ];then
1313-
loss_base=9.38023453
1313+
loss_base=9.37985001
13141314
else
13151315
loss_base=9.37989655
13161316
fi
@@ -1587,7 +1587,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP2-SP() {
15871587
fi
15881588
elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then
15891589
if [ $IS_CUDA123 -ne 0 ];then
1590-
loss_base=9.44244614
1590+
loss_base=9.44231339
15911591
else
15921592
loss_base=9.44231415
15931593
fi

0 commit comments

Comments
 (0)