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
6121bbde
Commit
6121bbde
authored
Jul 25, 2024
by
zhanggezhong
Browse files
Update __init__.py
parent
c11ff52c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
fmoe/__init__.py
fmoe/__init__.py
+2
-1
No files found.
fmoe/__init__.py
View file @
6121bbde
r
"""
r
"""
The fmoe package contains MoE Layers only.
The fmoe package contains MoE Layers only.
"""
"""
__version__
=
"1.1.0"
from
.version
import
__dcu_version__
from
.layers
import
FMoE
from
.layers
import
FMoE
from
.linear
import
FMoELinear
from
.linear
import
FMoELinear
from
.transformer
import
FMoETransformerMLP
from
.transformer
import
FMoETransformerMLP
...
...
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