pip install pytorch-lightning["extra"] doesn't install FairScale #5093
Labels
3rd party
Related to a 3rd-party
bug
Something isn't working
docs
Documentation related
help wanted
Open to be worked on
won't fix
This will not be worked on
🐛 Bug
The documentation [0] states that to enable sharded training one needs to install the extras packages with
pip install pytorch-lightning["extra"]
, in my case only following the second optionpip install https://github.com/PyTorchLightning/fairscale/archive/pl_1.1.0.zip
actually installed fairscale.[0] https://pytorch-lightning.readthedocs.io/en/stable/multi_gpu.html#model-parallelism-beta
To Reproduce
pip install pytorch-lightning["extra"]
Expected behavior
Fairscale gets installed.
Environment
The text was updated successfully, but these errors were encountered: