Skip to content

Commit

Permalink
Update src/pytorch_lightning/plugins/precision/deepspeed.py
Browse files Browse the repository at this point in the history
Co-authored-by: thomas chaton <thomas@grid.ai>
  • Loading branch information
awaelchli and tchaton authored Aug 3, 2022
1 parent 396f177 commit 6920ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_lightning/plugins/precision/deepspeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def backward(
*args: Any,
**kwargs: Any,
) -> None:
r"""Performs back-propagatin using DeepSpeed's engine.
r"""Performs back-propagation using DeepSpeed's engine.
Args:
model: the model to be optimized
Expand Down

0 comments on commit 6920ca5

Please sign in to comment.