From 55cdd9a64faeae237171fb557cf4b296826d6c7d Mon Sep 17 00:00:00 2001 From: Chenggang Zhao Date: Tue, 4 Mar 2025 14:17:58 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2359d3..16b87c5 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ def combine_backward(grad_combined_x: Union[torch.Tensor, Tuple[torch.Tensor, to global _buffer # The backward process of MoE combine is actually a dispatch - # For more advanced usages, please refer to the docs of the `combine` function + # For more advanced usages, please refer to the docs of the `dispatch` function grad_x, _, _, _, _, event = _buffer.dispatch(grad_combined_x, handle=handle, async_finish=True, previous_event=previous_event, allocate_on_comm_stream=previous_event is not None)