Skip to content

Commit

Permalink
fix: missing warmup_steps
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoCode012 committed Oct 29, 2024
1 parent 1a85012 commit a190e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/multigpu/test_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def test_dpo_lora_ddp(self, temp_dir):
"micro_batch_size": 4,
"gradient_accumulation_steps": 4,
"output_dir": temp_dir,
"warmup_steps": 0,
"learning_rate": 0.00001,
"optimizer": "adamw_8bit",
"lr_scheduler": "cosine",
Expand Down

0 comments on commit a190e70

Please sign in to comment.