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
f5b35c86bc
ColossalAI
/
extensions
/
moe
/
__init__.py
4 lines
71 B
Python
Raw
Normal View
History
Unescape
Escape
[feat] refactored extension module (#5298) * [feat] refactored extension module * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
2024-01-25 09:01:48 +00:00
from
.
moe_cuda
import
MoeCudaExtension
[devops] remove post commit ci (#5566) * [devops] remove post commit ci * [misc] run pre-commit on all files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-08 07:09:40 +00:00
__all__
=
[
"
MoeCudaExtension
"
]