Skip to content

Commit

Permalink
Update pipelining import after change on pytorch
Browse files Browse the repository at this point in the history
APIs conform to the pytorch rules.  This PR should be able to land
safely after tonight's nightly pytorch build which includes the above
PR.

ghstack-source-id: c575bc7835472128c09798544caa38bf1908e5ca
Pull Request resolved: #356
  • Loading branch information
wconstab committed May 23, 2024
1 parent 638ec48 commit c87e8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtitan/parallelisms/parallelize_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
CheckpointImpl,
)
from torch.distributed.pipelining import pipeline, SplitPoint
from torch.distributed.pipelining._PipelineStage import (
from torch.distributed.pipelining.PipelineStage import (
_PipelineStage,
ManualPipelineStage,
)
Expand Down

0 comments on commit c87e8bc

Please sign in to comment.