This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ColossalAI
mirror of
https://github.com/hpcaitech/ColossalAI
Watch
1
Star
0
Fork
You've already forked ColossalAI
0
Code
Issues
Projects
Releases
Wiki
Activity
457a0de79f
ColossalAI
/
colossalai
/
moe
/
__init__.py
6 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
[moe] init mixtral impl
2023-12-14 09:52:05 +00:00
from
.
manager
import
MOE_MANAGER
[moe] merge moe into main (#4978) * update moe module * support openmoe
2023-11-02 02:21:24 +00:00
__all__
=
[
[moe] init mixtral impl
2023-12-14 09:52:05 +00:00
"
MOE_MANAGER
"
,
[moe] merge moe into main (#4978) * update moe module * support openmoe
2023-11-02 02:21:24 +00:00
]