Do we abandon the plugins from pytorch_lightning.plugins import FullyShardedPlugin
#9619
Unanswered
ljz756245026
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
you should be able to import |
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.
-
Recently, I am trying to run some DeepSpeed and FairScale example on Pytorch Lightning.And I found this blog (https://devblog.pytorchlightning.ai/accessible-multi-billion-parameter-model-training-with-pytorch-lightning-deepspeed-c9333ac3bb59) and these examples(https://github.com/SeanNaren/minGPT/blob/fairscale/benchmark.py). However, I cannot find the plugins:
I want to know whether this plugin is on beta and not available.Where I can get these plugins and run these example?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions