mirror of
https://github.com/deepseek-ai/DualPipe
synced 2025-04-25 16:39:32 +00:00
Using the correct spelling overlapped instead of overlaped
Using the correct spelling overlapped instead of overlaped
This commit is contained in:
parent
ebe10fcefe
commit
b86180a27d
@ -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],
|
||||||
|
Loading…
Reference in New Issue
Block a user