Skip to content

Commit

Permalink
fix merge conflict of duplicate max_steps in config for relora (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Dec 3, 2024
1 parent b9bb024 commit fc6188c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/test_relora_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def test_relora(self, temp_dir):
"output_dir": temp_dir,
"learning_rate": 0.00001,
"optimizer": "adamw_torch",
"max_steps": 5,
"lr_scheduler": "cosine",
}
)
Expand Down

0 comments on commit fc6188c

Please sign in to comment.