Problem in Sequential Model Parallelism #8413
Unanswered
nickKyr
asked this question in
DDP / multi-GPU / multi-node
Replies: 1 comment
-
Dear @nickKyr, Yes, We didn't integrate Pipe in Lightning as DeepSpeed or FSDP usually provide similar or better benefit. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to apply sequential model parallelism using RPC (link). I get the following error which I find baffling:
The full log file rpcSeqModelParallel.log and the model rpcSeqModel.txt to replicate the problem are attached.
Has RPCSequentialPlugin been deprecated? Is there any similar plugin for sequential model parallelism? I am using pyTorch 1.6 as indicated by the above link and pyTorch Lightning 1.3.7. Any suggestion is welcome.
In addition,
DDPSequentialPlugin
seems to have a similar capability, but it looks like it doesn't exist in v1.3.7? I tried to grep in /pytorch_lightning/plugins but I didn't find any results and I get the following error when trying to import it:Kind regards,
Nikos
Beta Was this translation helpful? Give feedback.
All reactions