Using the correct spelling overlapped instead of overlaped

Using the correct spelling overlapped instead of overlaped
This commit is contained in:
A-transformer
2025-02-27 15:14:29 +04:00
committed by GitHub
parent ebe10fcefe
commit b86180a27d

View File

@@ -52,7 +52,7 @@ class PipelineStage(nn.Module):
return x
@classmethod
def overlaped_forward_backward(
def overlapped_forward_backward(
cls,
module0: "PipelineStage",
inputs0: List[torch.Tensor],