fix fairscale compatible with PT 1.8 (#5996)
* try to extend fairscale available * 1.2
This commit is contained in:
parent
c5919fde63
commit
960a60743f
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue