Skip to content

Commit

Permalink
[AutoParallel] Enable CI for gradclip (#9059)
Browse files Browse the repository at this point in the history
* Update ci_case_auto.sh

* Update ci_case_auto.sh
  • Loading branch information
JZ-LIANG authored Sep 10, 2024
1 parent 2f31866 commit 33fc7ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/distribute/ci_case_auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -766,9 +766,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
Expand Down

0 comments on commit 33fc7ff

Please sign in to comment.