Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Jan 22, 2025
1 parent bc32f43 commit 7cd4791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/trainer_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TrainerState(eqx.Module, Generic[M]):
optimizer: GradientTransformation = eqx.field(static=True)
opt_state: OptState
training_key: PRNGKeyArray
model_averaging: ModelAveraging[M] | None
model_averaging: ModelAveraging[M] | None = None

is_trainable: FilterTree = eqx.field(static=True)
mp: jmp.Policy = eqx.field(static=True)
Expand Down

0 comments on commit 7cd4791

Please sign in to comment.