You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses meta device for tensors/model used before pipeline splitting.
*Important:*
Relies on pytorch/pytorch#136243 to make PipelineStage avoid
materializing the model and the input/output buffers eagerly.
Relies on existing .to(device) in train.py to finally materialize the
model.
ghstack-source-id: c15282c
Pull Request resolved: #588
0 commit comments