Skip to content

Commit e74611a

Browse files
wz337facebook-github-bot
authored andcommitted
fix typo
Summary: As title. Reviewed By: tsunghsienlee Differential Revision: D83187348 fbshipit-source-id: bea6a941aba81c1df0df2788e6aadff151e00a36
1 parent d9ffb88 commit e74611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed_shampoo/distributed_shampoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ def step(self, closure: Callable[[], float] | None = None) -> float | None:
11831183
"""Performs a single optimization step.
11841184
11851185
Args:
1186-
closure (Callable[[], float] | Nnoe): A closure that reevaluates the model and returns the loss. (Default: None)
1186+
closure (Callable[[], float] | None): A closure that reevaluates the model and returns the loss. (Default: None)
11871187
11881188
Returns:
11891189
loss (float | None): The loss value returned by the closure if provided, otherwise None.

0 commit comments

Comments
 (0)