Swapped to just fairscale since new release contains all required code

This commit is contained in:
SeanNaren 2020-12-01 23:39:02 +00:00
parent d2a78a2e67
commit 21038e7280
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@ To use Optimizer Sharded Training, you need to first install Fairscale using the
.. code-block:: bash
pip install https://github.com/facebookresearch/fairscale/archive/master.zip
pip install fairscale
.. code-block:: python