removed aiia from being able to get called
This commit is contained in:
parent
96d8e18ee0
commit
1fcb31b044
|
@ -1,21 +1,21 @@
|
||||||
from .Model import (
|
from .Model import (
|
||||||
AIIA,
|
|
||||||
AIIABase,
|
AIIABase,
|
||||||
AIIABaseShared,
|
AIIABaseShared,
|
||||||
AIIAchunked,
|
AIIAchunked,
|
||||||
AIIAExpert,
|
AIIAExpert,
|
||||||
AIIAmoe,
|
AIIAmoe,
|
||||||
AIIArecursive
|
AIIArecursive,
|
||||||
|
AIIASparseMoe
|
||||||
)
|
)
|
||||||
from .config import AIIAConfig
|
from .config import AIIAConfig
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"AIIA",
|
|
||||||
"AIIABase",
|
"AIIABase",
|
||||||
"AIIABaseShared",
|
"AIIABaseShared",
|
||||||
"AIIAchunked",
|
"AIIAchunked",
|
||||||
"AIIAExpert",
|
"AIIAExpert",
|
||||||
"AIIAmoe",
|
"AIIAmoe",
|
||||||
"AIIArecursive",
|
"AIIArecursive",
|
||||||
"AIIAConfig"
|
"AIIAConfig",
|
||||||
|
"AIIASparseMoe"
|
||||||
]
|
]
|
Loading…
Reference in New Issue