fix the merge

pull/6023/head
wangbluo 2024-08-19 03:28:29 +00:00
parent 52289e4c63
commit 1a5847e6d1
1 changed files with 2 additions and 2 deletions

View File

@ -1082,8 +1082,8 @@ def split_forward_gather_backward(input_, dim, process_group, grad_scale=None, f
return _SplitForwardGatherBackward.apply(input_, dim, process_group, grad_scale, fp8_communication)
def reduce_forward(input_, process_group, grad_scale=None, fp8_communication=False):
return _ReduceForward.apply(input_, process_group, grad_scale, fp8_communication)
def reduce_forward(input_, process_group, fp8_communication=False):
return _ReduceForward.apply(input_, process_group, fp8_communication)
def reduce_backward(input_, process_group, fp8_communication=False):