Skip to content

Commit 85f5335

Browse files
JZ-LIANGMangodadada
authored andcommitted
[AutoParallel] Enable CI for gradclip (PaddlePaddle#9059)
* Update ci_case_auto.sh * Update ci_case_auto.sh
1 parent 6dc2dad commit 85f5335

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
@@ -42,7 +42,7 @@ function llama_case_list_auto() {
4242
llama_dygraph_auto_bs8_fp32_DP2
4343
llama_dygraph_auto_bs8_fp32_DP2-MP2
4444
llama_dygraph_auto_bs8_fp32_DP2-MP2-PP2
45-
# llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2 TODO: REOPEN this PR when global clip merge in paddle dev.
45+
llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2
4646
llama_dy2st_auto_bs4_bf16_DP1-MP1-PP4-SD2-VPP3_split_bw
4747
llama_dy2st_auto_bs4_bf16_DP1-MP1-PP4-SD2
4848

@@ -766,9 +766,9 @@ function llama_dygraph_auto_bs8_fp16_DP2-MP2-PP2() {
766766
ips=-1
767767
mem=-1
768768
echo "result: loss=$loss ips=$ips mem=$mem"
769-
loss_base=9.41603851
769+
loss_base=9.35162354
770770
if [ $IS_A100 -ne 0 ];then
771-
loss_base=9.46169376
771+
loss_base=9.39368534
772772
fi
773773
ips_base=-1
774774
mem_base=-1

0 commit comments

Comments
 (0)