Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Dec 7, 2024
1 parent 7e20cf3 commit 1bbaa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed_shampoo/distributed_shampoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class DistributedShampoo(torch.optim.Optimizer):
preconditioner_config (PreconditionerConfig): Configuration for preconditioner computation.
If this field is an instance ShampooPreconditionerConfig, Shampoo uses the root inverse of the preconditioner.
If this field is an instance EigenvalueCorrectedShampooPreconditionerConfig Shampoo uses corrected the eigenvalues/running Adam in the eigenbasis of preconditioner.
(Default: DefaultEigenConfig)
(Default: DefaultShampooConfig)
"""

Expand Down

0 comments on commit 1bbaa2f

Please sign in to comment.