Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the loss base in llama_align_dygraph_dy2st_auto_bs2_bf16_DP2-MP1-… #8986

Merged
merged 1 commit into from
Aug 22, 2024
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
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
Loading