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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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