Skip to content

Commit d88f727

Browse files
co63oca-r-r-o-w
andauthored
Update src/diffusers/hooks/hooks.py
Co-authored-by: Aryan <[email protected]>
1 parent cca6a08 commit d88f727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/hooks/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
4343
"""
4444
return module
4545

46-
def deinitialize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
46+
def deinitalize_hook(self, module: torch.nn.Module) -> torch.nn.Module:
4747
r"""
4848
Hook that is executed when a model is deinitialized.
4949

0 commit comments

Comments
 (0)