Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

try PT 1.8 compatible fairscale #5996

Merged
merged 6 commits into from Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/advanced/multi_gpu.rst
Expand Up @@ -685,7 +685,7 @@ To get started, install FairScale using the command below. We install a specific

.. code-block:: bash

pip install https://github.com/PyTorchLightning/fairscale/archive/pl_1.1.0.zip
pip install https://github.com/PyTorchLightning/fairscale/archive/pl_1.2.0.zip

To use Sequential Model Parallelism, you must define a :class:`nn.Sequential <torch.nn.Sequential>` module that defines the layers you wish to parallelize across GPUs.
This should be kept within the ``sequential_module`` variable within your ``LightningModule`` like below.
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra.txt
Expand Up @@ -7,4 +7,4 @@ torchtext>=0.5, <0.7 # TODO: temporary fix fix for compatibility
onnx>=1.7.0
onnxruntime>=1.3.0
hydra-core>=1.0
https://github.com/PyTorchLightning/fairscale/archive/pl_1.1.0.zip
https://github.com/PyTorchLightning/fairscale/archive/pl_1.2.0.zip