Skip to content

Commit

Permalink
Update CI baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Oct 4, 2024
1 parent d9b9c8a commit 21bbf24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/baselines/Qwen2_72B.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"deepspeed": {
"learning_rate": 3e-4,
"train_batch_size": 8,
"perplexity": 3.6,
"train_runtime": 410,
"train_samples_per_second": 6.969,
"perplexity": 3.7,
"train_runtime": 832.7285,
"train_samples_per_second": 7.678,
"extra_arguments": [
"--bf16 True",
"--subset None",
Expand All @@ -35,7 +35,7 @@
"--max_seq_length 512",
"--weight_decay 0.05",
"--report_to none",
"--max_steps 50",
"--max_steps 10",
"--gradient_checkpointing True",
"--pipelining_fwd_bwd True",
"--deepspeed tests/configs/deepspeed_zero_3_gaudi1.json"
Expand Down

0 comments on commit 21bbf24

Please sign in to comment.