Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blahBlahhhJ authored Nov 21, 2024
1 parent f44e5c8 commit a88caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/optim/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def lr_scheduler(self, num_train_steps):
if stable_steps != 0:
stable = optax.constant_schedule(self.learning_rate)
schedules.append(stable)
boundaries.append(start + warmup_steps + stable_steps)
boundaries.append(start + stable_steps)

match self.lr_schedule:
case "constant":
Expand Down

0 comments on commit a88caab

Please sign in to comment.