From ffabe6e4b985355da69b28c8a5d7335b3e9a5340 Mon Sep 17 00:00:00 2001 From: JZ-LIANG Date: Fri, 30 Aug 2024 17:49:17 +0800 Subject: [PATCH 1/2] Update ci_case_auto.sh --- 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 6e3330a9fd89..7657c305ae6d 100755 --- a/scripts/distribute/ci_case_auto.sh +++ b/scripts/distribute/ci_case_auto.sh @@ -42,7 +42,7 @@ function llama_case_list_auto() { llama_dygraph_auto_bs8_fp32_DP2 llama_dygraph_auto_bs8_fp32_DP2-MP2 llama_dygraph_auto_bs8_fp32_DP2-MP2-PP2 - # llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2 TODO: REOPEN this PR when global clip merge in paddle dev. + llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2 llama_dy2st_auto_bs4_bf16_DP1-MP1-PP4-SD2-VPP3_split_bw llama_dy2st_auto_bs4_bf16_DP1-MP1-PP4-SD2 From 9a7d6b3c82feeb3b44a685dfd1c769e3214118e2 Mon Sep 17 00:00:00 2001 From: JZ-LIANG Date: Thu, 5 Sep 2024 20:50:03 +0800 Subject: [PATCH 2/2] Update ci_case_auto.sh --- scripts/distribute/ci_case_auto.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/distribute/ci_case_auto.sh b/scripts/distribute/ci_case_auto.sh index 7657c305ae6d..118068e05a25 100755 --- a/scripts/distribute/ci_case_auto.sh +++ b/scripts/distribute/ci_case_auto.sh @@ -765,9 +765,9 @@ function llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2() { ips=-1 mem=-1 echo "result: loss=$loss ips=$ips mem=$mem" - loss_base=9.41603851 + loss_base=9.35162354 if [ $IS_A100 -ne 0 ];then - loss_base=9.46169376 + loss_base=9.39368534 fi ips_base=-1 mem_base=-1