"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "cbfde17b007c73bb08cc49e554cac98e8febf54c"
Unverified Commit 2ddce57f authored by msbaines's avatar msbaines Committed by GitHub
Browse files

[docs] update installation instructions now that we have a pip package (#95)

parent db047d13
...@@ -80,14 +80,20 @@ if __name__ == "__main__": ...@@ -80,14 +80,20 @@ if __name__ == "__main__":
Normal installation: Normal installation:
```bash ```bash
pip install . pip install fairscale
``` ```
Development mode: Development mode:
```bash ```bash
cd fairscale
pip install -r requirements.txt
pip install -e . pip install -e .
``` ```
# Testing
We use circleci to test on PyTorch versions 1.5.1 and 1.6.0 and CUDA version 10.1. Please create an [issue](https://github.com/facebookresearch/fairscale/issues) if you are having trouble with installation.
## Contributors ## Contributors
See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out. See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment