From 21038e72802568ef5268dc800a859162df607e4a Mon Sep 17 00:00:00 2001 From: SeanNaren Date: Tue, 1 Dec 2020 23:39:02 +0000 Subject: [PATCH] Swapped to just fairscale since new release contains all required code --- docs/source/multi_gpu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/multi_gpu.rst b/docs/source/multi_gpu.rst index 5dda8192dc..15115d9336 100644 --- a/docs/source/multi_gpu.rst +++ b/docs/source/multi_gpu.rst @@ -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