Unverified Commit 9fe65ec0 authored by Rick Ho's avatar Rick Ho Committed by GitHub
Browse files

Merge pull request #155 from santurini/patch-3

Added link to installation guide
parents 2ec2f14a 7817fa15
...@@ -29,6 +29,8 @@ FastMoE contains a set of PyTorch customized opearators, including both C and ...@@ -29,6 +29,8 @@ FastMoE contains a set of PyTorch customized opearators, including both C and
Python components. Use `python setup.py install` to easily install and enjoy Python components. Use `python setup.py install` to easily install and enjoy
using FastMoE for training. using FastMoE for training.
A step-by-step tutorial for the installation procedure can be found [here](doc/installation-guide.md).
The distributed expert feature is enabled by default. If you want to disable The distributed expert feature is enabled by default. If you want to disable
it, pass environment variable `USE_NCCL=0` to the setup script. it, pass environment variable `USE_NCCL=0` to the setup script.
......
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