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
a3b2eb62
Commit
a3b2eb62
authored
Mar 13, 2021
by
Rick Ho
Browse files
checkout to v0.1.2
parent
3b82e379
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
doc/release-note.md
doc/release-note.md
+16
-0
setup.py
setup.py
+1
-1
No files found.
doc/release-note.md
View file @
a3b2eb62
## v0.1.2
### Compilation
-
Remove dependency on the CUDA examples repository.
### Distributed
-
Fix a bug related to PyTorch v1.8.0. FastMoE can now operate on multiple GPUs
on multiple nodes with PyTorch v1.8.0.
### Misc
-
Fix tons of typos.
-
Format the code.
## v0.1.1
### Distributed
...
...
setup.py
View file @
a3b2eb62
...
...
@@ -14,7 +14,7 @@ if os.environ.get('USE_NCCL', '0') == '1':
if
__name__
==
'__main__'
:
setuptools
.
setup
(
name
=
'fastmoe'
,
version
=
'0.1.
1
'
,
version
=
'0.1.
2
'
,
description
=
'An efficient Mixture-of-Experts system for PyTorch'
,
author
=
'Jiaao He, Jiezhong Qiu and Aohan Zeng'
,
author_email
=
'hja20@mails.tsinghua.edu.cn'
,
...
...
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