Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
Commits
069da0e8
Commit
069da0e8
authored
Jul 23, 2022
by
heheda
Browse files
update readme: enable NCCL by default
parent
5a5dfa18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
069da0e8
...
@@ -25,8 +25,8 @@ FastMoE contains a set of PyTorch customized opearators, including both C and
...
@@ -25,8 +25,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.
The distributed expert feature is
dis
abled by default. If you want to
en
able
The distributed expert feature is
en
abled by default. If you want to
dis
able
it, pass environment variable
`USE_NCCL=
1
`
to the setup script.
it, pass environment variable
`USE_NCCL=
0
`
to the setup script.
Note that an extra NCCL developer package is needed, which has to be consistent
Note that an extra NCCL developer package is needed, which has to be consistent
with your PyTorch's NCCL version, which can be inspected by running
with your PyTorch's NCCL version, which can be inspected by running
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment