"git@developer.sourcefind.cn:OpenDAS/bitsandbytes.git" did not exist on "3fd06fb6206f46b6d18fbb8a512da63832dea98b"
Unverified Commit 23ff6cb7 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

update backward api doc (#903)

parent af2d8fc5
...@@ -955,7 +955,7 @@ class DeepSpeedEngine(Module): ...@@ -955,7 +955,7 @@ class DeepSpeedEngine(Module):
Arguments: Arguments:
loss: Torch tensor on which to execute backward propagation loss: Torch tensor on which to execute backward propagation
allreduce_gradients: If this is False, then gradient averaging will be skipped. Default is True. allreduce_gradients: is deprecated, ignored, and will soon be removed'
""" """
if not allreduce_gradients: if not allreduce_gradients:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment