pull/6023/head
wangbluo 2024-08-19 09:23:10 +00:00
parent 12b44012d9
commit 2eb36839c6
1 changed files with 1 additions and 1 deletions

View File

@ -452,4 +452,4 @@ def all_to_all_uneven(
assert (
inputs.requires_grad
), "Input must require grad to assure that backward is executed, otherwise it might hang the program."
return AllToAllUneven.apply(inputs, input_split_sizes, output_split_sizes, group, overlap)
return AllToAllUneven.apply(inputs, input_split_sizes, output_split_sizes, group, overlap, fp8_communicatio)