Skip to content

Commit

Permalink
add missing scale parameter (#47522)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneaxiy authored Nov 1, 2022
1 parent 0201ccc commit 5ffd4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def fused_allreduce_gradients_with_group(
else _apply_collective_grads
)
with framework.no_grad():
apply_func(parameter_list, group, bucket_size)
apply_func(parameter_list, group, bucket_size, scale)


def fused_allreduce_gradients(parameter_list, hcg):
Expand Down

0 comments on commit 5ffd4af

Please sign in to comment.