Skip to content

Commit

Permalink
update llm_gpt_recompute_bs32_bf16_MP2-SD4-stage1 loss_base for Paddl…
Browse files Browse the repository at this point in the history
…e#62500 (#8107)
  • Loading branch information
Liujie0926 authored Mar 13, 2024
1 parent acacb47 commit 8f9734d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/distribute/ci_case_dy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function llm_gpt_recompute_bs32_bf16_MP2-SD4-stage1() {
ips=`cat $log_dir/workerlog.0 | grep 'global_step: 30' | awk -F 'interval_samples_per_second: ' '{print $2}' | awk -F ',' '{print $1}'`
mem=`cat $log_dir/workerlog.0 | grep 'global_step: 30' | awk -F 'gpu_max_memory_reserved: ' '{print $2}' | awk -F ',' '{print $1}'`
echo "result: loss=$loss ips=$ips mem=$mem"
loss_base=8.93362331
loss_base=8.93362617
ips_base=64.75564390065037
mem_base=8904
check_result $FUNCNAME ${loss_base} ${loss} ${ips_base} ${ips} ${mem_base} ${mem}
Expand Down

0 comments on commit 8f9734d

Please sign in to comment.