Skip to content

Commit

Permalink
fix the loss base in llama_align_dygraph_dy2st_auto_bs2_bf16_DP2-MP1-…
Browse files Browse the repository at this point in the history
…PP1 for A100 (PaddlePaddle#8986)
  • Loading branch information
winter-wang authored and Mangodadada committed Sep 10, 2024
1 parent e5f40e1 commit 77056b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/distribute/ci_case_auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ function llama_align_dygraph_dy2st_auto_bs2_bf16_DP2-MP1-PP1() {
echo "result: to_static=$to_static loss=$loss ips=$ips mem=$mem"
loss_base=10.06303482
if [ $IS_A100 -ne 0 ];then
loss_base=10.056101989746093
loss_base=10.24704742
fi
ips_base=-1
mem_base=-1
Expand Down

0 comments on commit 77056b5

Please sign in to comment.