Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Nov 30, 2023
1 parent 6ae3383 commit 70f5147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msamp/deepspeed/runtime/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def _get_gradients_for_reduction(self):
non_expert_grads.append(grad_data)

return non_expert_grads, expert_grads

@instrument_w_nvtx
def backward( # noqa: C901
self,
Expand Down

0 comments on commit 70f5147

Please sign in to comment.