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
0c3aa2cd
Commit
0c3aa2cd
authored
Mar 01, 2021
by
Rick Ho
Browse files
checkout to version v0.1.1
parent
53b5b8c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
3 deletions
+24
-3
doc/release-note.md
doc/release-note.md
+21
-0
setup.py
setup.py
+3
-3
No files found.
doc/release-note.md
View file @
0c3aa2cd
## v0.1.1
### Distributed
-
Broadcast data-parallel parameters before training.
### Megatron adaption
-
Initialize
`FMoELinear`
parameters using different seed in model parallel even using the same random seed in megatron.
-
Use proper comm for mp and dp.
### Transformer-XL example
-
Improve scripts.
### Misc
-
Logo and slack workspace link.
-
Document in Chinese.
-
Figures to explain how FastMoE works.
## v0.1.0
## v0.1.0
### Functions
### Functions
...
...
setup.py
View file @
0c3aa2cd
...
@@ -15,9 +15,9 @@ if os.environ.get('USE_NCCL', '0') == '1':
...
@@ -15,9 +15,9 @@ if os.environ.get('USE_NCCL', '0') == '1':
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
setuptools
.
setup
(
setuptools
.
setup
(
name
=
'fmoe'
,
name
=
'f
ast
moe'
,
version
=
'0.1.
0
'
,
version
=
'0.1.
1
'
,
description
=
'An efficient Mixture-of-Experts
impl.
for PyTorch'
,
description
=
'An efficient Mixture-of-Experts
system
for PyTorch'
,
author
=
'Jiaao He, Jiezhong Qiu and Aohan Zeng'
,
author
=
'Jiaao He, Jiezhong Qiu and Aohan Zeng'
,
author_email
=
'hja20@mails.tsinghua.edu.cn'
,
author_email
=
'hja20@mails.tsinghua.edu.cn'
,
license
=
'Apache-2'
,
license
=
'Apache-2'
,
...
...
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