Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/distribute/ci_case_auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function llama_dygraph_auto_bs8_fp32_DP2-MP2() {
loss_base=9.3507843
if [ $IS_A100 -ne 0 ];then
if [ $IS_CUDA123 -ne 0 ];then
loss_base=9.38577652
loss_base=9.38577747
else
loss_base=9.38577747
fi
Expand Down Expand Up @@ -1310,7 +1310,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP1-SP() {
fi
elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then
if [ $IS_CUDA123 -ne 0 ];then
loss_base=9.38023453
loss_base=9.37985001
else
loss_base=9.37989655
fi
Expand Down Expand Up @@ -1587,7 +1587,7 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP2-SP() {
fi
elif [ $IS_A100 -ne 0 ] && [ $to_static -eq 1 ];then
if [ $IS_CUDA123 -ne 0 ];then
loss_base=9.44244614
loss_base=9.44231339
else
loss_base=9.44231415
fi
Expand Down